Used to help intra-business operations and speed up the quoting processing time
v1_main.py is the old application that is currently active within the company. Basically the UI is a terminal and is a skeleton of the intended application. Purely performs computations and ejects word document with formatted data.
Main.py is the second version of the software with a gui being built with the PySimpleGUI package. The frontend and backend are both still under production.