Skip to content

nik1t7n/MoneyTracker_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finance Manager

This is a command line application to manage personal finances, built with Python.

Features

  • Track income and expenses
  • Categorize transactions
  • Save transaction history to SQLite database
  • View account balance
  • Colored output using Colorama

Usage

  1. Install requirements
pip install -r requirements.txt

  1. Run db.py to initialize the database
  1. Start the app:
python main.py


Choose an option:

[0] Show account info
[1] Add income
[2] Add expense
[3] Display balance
[4] Quit

Screenshots

Demo Screenshot

Author

Nik1t7n

License

This project is licensed under the MIT License - see the LICENSE file for details.