Python app with Tkinter to generate and run SolidWorks automation scripts using the Gemini API.
vsdc-sr.2025-08-25.00-58-09.1.mp4
- Generate scripts for SolidWorks (COM API)
- Automatic script execution
- Quick creation of a simple part
- Save and copy generated code
pip install requests pywin32 python-dotenv
GEMINI_API_KEY=your_api_key
SOLIDWORKS_TEMPLATE=C:\ProgramData\SOLIDWORKS\SOLIDWORKS 2023\templates\Pièce.PRTDOT
- Requires SolidWorks installed on Windows