Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 500 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 500 Bytes

Fabseal Quote Calculator

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.