WalletWatch is an expense tracker that helps tracking your expense and provide many other smart expense tracking features.
WalletWatch is using the KivyMD library in python for its GUI and PostgreSQL for its database.
This installation walkthrough assumes you have a PostgreSQL database running/working.
- Clone the repository
git clone https://github.com/Sopheakvethya/WalletWatch-Internship.git
- Change directory into the project
cd WalletWatch-Internship
- Install packages
pip install -r requirements.txt