Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 652 Bytes

File metadata and controls

16 lines (12 loc) · 652 Bytes

Expense_tracker-Task3

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.

  1. rich : pip install rich
  2. 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