Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 823 Bytes

File metadata and controls

18 lines (16 loc) · 823 Bytes

# ExTrack - Expense Tracker

Features

  1. Add, view, search, filter, sort, and delete expenses easily.
  2. Export expenses to a CSV file for backup and analysis.
  3. User-friendly GUI with date picker and database support.

How to install and run

  1. Fork the repo by clicking the fork logo on the top right
  2. Clone the repo git clone https://github.com/your-username/ExpenseTracker.git
  3. Head to the Expense Tracker folder
  4. Install the requirements pip install -r requirements.txt
  5. Run the file using python command python expense.py