04 / WINDOWS DESKTOP
QuoteFlow Desktop
A searchable, editable Windows quotation tool that preserves the familiar Excel delivery format.
Demo format: local Windows application
A native PyQt5 program cannot run in a browser. The public case uses real screens; interviews cover the complete workflow.

- Challenge
- Slow Excel lookup and input
- Solution
- Native search and editing tool
- Delivery
- Packaged Windows application
01 / PROBLEM
Preserve familiar Excel delivery while improving lookup and input.
Excel remains important for delivery, but it is inefficient for large catalog search and repeated entry. The tool centralizes the work in a desktop interface, then exports the existing format.
02 / FLOW
Let users focus on quote content instead of file handling.
- 01Search
- 02Edit quote
- 03Review
- 04Export Excel
03 / DECISIONS
The native application is a context choice, not a missing web version.
Native PyQt5 UI
Fits Windows, file operations, and the existing Excel workflow.
openpyxl output
Preserves the familiar spreadsheet delivery format.
PyInstaller packaging
Provides an executable without a development environment.
No unsigned public EXE
Avoid download trust warnings; demonstrate the complete flow locally.
04 / SCREEN
Real desktop interface

BACK TO START
RepairFlow