Python Construction GUI is a desktop application for construction service browsing, client quote requests, and manager-side service and quote management.
- Client mode for browsing and searching construction services
- Quote-request workflow with client details, selected services, project notes, and state tax calculation
- Manager mode for viewing, adding, editing, deleting, searching, and sorting services
- Quote request review and deletion tools
- Text-file persistence for services and client quote requests
- Threaded activity logging
- Custom generated logo asset
- Python
- Tkinter through BreezyPythonGUI
- Object-oriented data models
- File I/O
- Sequential search
- Bubble sort
- Threading
python3 construction_app.pyThis project intentionally includes explicit search and sort implementations to demonstrate core data-structure concepts.