Skip to content

AbubakrBardien/expense-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expense Tracker

The Expense Tracker is in South African Rands (R).

Screenshot

Installation

Python is obviously required, since this is a python application. It is highly recommended to use a Python Virtual Environment, like virtualenv for example.

For Windows: pip install virtualenv
For Linux: pipx install virtualenv (Install pipx with your package manager if you haven't already)

Create Python Virtual Environment:

After cloning the repository, first go into the project folder to create the virtual environment.

Windows:

virtualenv .venv
.venv\Scripts\activate

Linux:

virtualenv .venv
source .venv/bin/activate

Install Dependencies:

pip install -r requirements.txt

Then run the 'main.py' file: python main.py

About

Tracks household expenses (or any expenses)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages