Application to calculate the characteristics of a spring based on the dimensions. Also realize static and dynamic test on that information.
- Python with Tcl/Tk.
- Sympy.
- Sqlite3.
For running with python execute python springcalc.py
. Also is possible to
generate an standing-alone application for Windows using the
springcalc.spec file with pyinstaller, just run pyinstaller springcalc.spec
to generate the .EXE file.