-
This program write in Python with PyQt5 and sqlite3 database module it a program that continue from Expense Tracker Repository
-
Files
- expense_gui.py
- requirements.txt
-
How to use
-
Download file expense_gui.py
-
Download module by -
python3 -m venv venv<br>-source venv/bin/activate-pip3 install -r requirements.txt -
Execute python file by
python3 expense_gui.py
-
- This program allow you to input expense amount, Description, Category and Currency and store information into sqlite3 database
- Summary in summary part you will have to input date in formate of "YYYY-MM-DD" program will
calculate and show amount of transactions, total amount of expense per day, average expense per transaction