nimRobotics / SpriD

Software to Design Helical Springs (GUI: tkinter)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpriD


Spring designer with complete GUI built on python and tkinter. Can perform computations for both static and dynamic conditions

Note: please install the python missing modules if any.

Authors: Aakash Yadav

Usage

  • To start the GUI run the gui.pyfile i.e.python3 gui.py from the command line
  • The resultant data is stored in res.txt along with the time stamp
  • Please refer to the documentation to see the algorithm and calculations DME_Project_Report_SpriD.pdf
  • To see the simulation run the sim.py (Note: At present the simulation is not binded to the main GUI)

Requirements

  • Python 3.6+
  • Tkinter

Dependencies

  • tkinter
  • PIL
  • sympy
  • matplotlib
  • vpython

App GUI

About

Software to Design Helical Springs (GUI: tkinter)

License:MIT License


Languages

Language:Python 88.6%Language:Java 10.3%Language:MATLAB 1.1%