Keep your finances in check with PyBudgeter, a simple command-line tool to track income and expenses! Perfect for users who want a lightweight way to manage their personal budget.
- Add detailed transactions (income or expenses).
- View a summary with categorized spending and balance.
- Saves all data to a JSON file for persistent use.
- Python 3.x
- No additional libraries required!
- Clone this repository:
bash git clone https://github.com/yourusername/pybudgeter.git cd pybudgeter
- Run the script:
bash python pybudgeter.py
- Enjoy tracking your finances!
Welcome to PyBudgeter!
What would you like to do?
Add a transaction
View summary
Exit
Total Income:
By Category:
Food:
Want to improve PyBudgeter? Feel free to fork and make changes. PRs are welcome!