This is a command line application to manage personal finances, built with Python.
- Track income and expenses
- Categorize transactions
- Save transaction history to SQLite database
- View account balance
- Colored output using
Colorama
- Install requirements
pip install -r requirements.txt
- Run
db.py
to initialize the database
- Start the app:
python main.py
Choose an option:
[0] Show account info [1] Add income [2] Add expense [3] Display balance [4] Quit
Nik1t7n
This project is licensed under the MIT License - see the LICENSE file for details.