An application written in python to manage debts.
To clone:
git clone https://github.com/shaileshaanand/debt-manager.git
To install dependencies:
pip install PyQt5
To run use:
python run.py
An application to manage debts written in python using PyQt5
PythonGPL-3.0