PythonCAD R17



Download: Download Site 1
Dialup (56k): <download_time: size error>
ISDN (128k): <download_time: size error>
DSL (512k): <download_time: size error>
Cable (1024k): <download_time: size error>
T1 (1484k): <download_time: size error>




Fully scriptable drafting program. PythonCAD is written entirely in Python. The goal of this project is to create a fully scriptable drafting program that will match and eventually exceed features found in commercial CAD software. PythonCAD requires Python 2.2. The interface is GTK 2.0 based, and uses the PyGTK module for interfacing to GTK. The design of PythonCAD is built around the idea of separating the interface from the back end as much as possible. By doing this, it is hoped that both GNOME and KDE interfaces can be added to PythonCAD through usage of the appropriate Python module. Addition of other interfaces will depend on the availability of a Python module for that particular interface and developer interest and action.