An application for MacOS/Windows tailored to the business needs of Bluewater Publishing. The app accepts form data from Navy sailors and stores it in an Excel document for later use. The application is hooked up to an ESC/POS compatible thermal printer, where the form data is printed out and a QR code is generated based on subject IDs generated by the business. Features a password-protected admin panel with combo-boxes that allow customization of the Department/Division structure of each ship.
The former data entry application was contracted out and built as an Excel macro in Visual Basic. Due to frustration with the former application, I took it upon myself to recreate the app in Python, using the native Tkinter library for GUI elements.


Form window and admin panel