The Expense Tracker is in South African Rands (R).
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)
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
pip install -r requirements.txt
Then run the 'main.py' file: python main.py