This is a simple payment tracking application built with Python, Tkinter, and OpenPyXL.
- β Add, update, search, and list payments
- π Analyze payments (Paid vs. Pending)
- π Generate visual charts
- π Save data in an Excel file (
payment_records.xlsx) - π¨ GUI built using Tkinter
git clone https://github.com/ozcotech/paymentRecords.git
cd paymentRecordspip install -r requirements.txtpython gui.pyTo create a standalone macOS app:
pyinstaller --onefile --windowed --paths=data --hidden-import=tkinter --hidden-import=matplotlib --add-data "data/excel_manager.py:data" --add-data "data/models.py:data" --name "PRA" gui.py- Python π
- Tkinter π¨
- OpenPyXL π
- Matplotlib π
Made with β€οΈ by ozcotech