This is a simple Python program for tracking your income, expenses, and savings. It allows you to add income, record expense transactions, and displays savings information about your finances.
- Python 3.x
json
library (included with Python)
- Clone this repository to your local machine.
- Navigate to the
tracker
directory. - Run the program with
python tracker.py
.
The program provides a simple command line interface for adding, recording, and viewing transactions reports. Here are the available options:
1
: Add income amount. You will be prompted for the amount2
: Add expense. You will be prompted for the amount, and description, and category.3
: Calculate savings.4
: View a report of your transactions, expense, and savings.5
: Generate a pie chart of financial expenses.6
: Save data and exit program
If you would like to contribute to this project, please submit a pull request or open an issue with your ideas or suggestions.
This program was created by augusthottie.
This program is licensed under the MIT License.