Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.07 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.07 KB

pysolidworks

pySolidWorks logo

Project description

This package is a collection of Python routines to interact with SolidWorks. Using pySolidWorks, you can open a SolidWorks model from within Python, modify feature dimensions, export DXF, carry out a finite element analysis, etc. pySolidWorks has been tested on Windows 10, SolidWorks 2019, Python 3.7.

Prerequisites

pysolidworks requires Python >= 3.7. To run simulations, an Solidworks executable is needed.

Installation

TODO

You can install pysolidworks using pip:

pip install pysolidworks

Documentation

A simple documentation in form of doc-strings can be found in the source code. A more extensive documentation can be found in Manual.

License

pysolidworks is published under the GPLv3 license.

Contribution

Any help to improve this package is very welcome!