Expenso, an Expense Tracker Desktop App is made using Python and Tkinter
Expenso can be used to keep track of your spends and categorize them into different categories like Food, Health, Entertainment and much more!
Expenso can also track your monthly spending trends and help you cut down on unnecessary spends
- Adding Income and Expense as 0 is not permitted
- Income can be added only once for each month, also Savings and Budget can be set only once for the month
- The Savings and Budget when combined cannot exceeed the monthly budget.
- Username,password and Email-id is validated at registration
- If Expenses exceed budget, Expenso issues a warning to the user
- A SQL Database with tables as specified in the exptrack.sql
- Libraries like:
- tkinter
- mysql.connector
- matplotlib
- pandas
- numpy
-
Make a SQL database on your local machine using exptrack.sql
-
Clone the GitHub repo onto your device and Run the ExpenseTracker.py file