Task 3 from Coding Samurai : Expense Tracker
It is the task 3 of Coding samurai, an expense tracker in command line purely written in python and the database used is MySQL.
Features
- add your expense
- view all expenses
- categorize expenses accordingly with their total expense amount
- view current day / current week's / current month's expense
some of the modules are not inbuilt so they are need to be installed.
- rich : pip install rich
- mysql-connector : pip install mysql-connector and pip install mysql-connector-python
make sure to source the sql file first in MySQL for smooth execution of the application