I created these applications for myself to use at a previous employer when I started to learn coding.
The idea behind the application was to ease up my work by having most information in one package, aiding in my day-to-day activity, and also adding some simplicity, instead of pulling a bunch of different catalogs to get the information that I needed. This included the standard part numbers with basic information about the part number with some calculations that were performed on a regular basis.
The first application was created with Python 2.7 (Console based), I created the runnable application file, exe, with the py2exe module in Python.
The Second one I created with Python 3.4 and TkInter for the graphical user interface. Created the runnable application file, exe with cx_Freeze and created MSI Installation package for the installation thereof.
Screenshots – Console
Main Menu
Chain Calculator Menu
V-Belt Calculator Menu
Other Menu
Screenshots – TkInter
Main Menu
Chain Calculator Menu
V-Belt Calculator Menu
Taper-Lock Menu
Other Menu