- Created Using ttkbootstrap
- This is a simple expense tracker that helps you to keep track of your expenses
- You can add, delete, and update your expenses
-
Fork/Clone/Download this repo
git clone https://github.com/Debkumarkatwa/Track-Expencess-Project.git
-
Create a virtual environment for this project
pip -m venv
-
Load the virtual environment
- On Windows Terminal:
.venv\Scripts\activate
- On Linux and Git Bash:
source .venv/bin/activate
- On Windows Terminal:
-
Run
pip install -r requirements.txt
-
Run
Source_Code.py