A simple Python-based CLI application to track personal expenses, manage categories, set budgets, and generate reports.
ExpenseTracker/
├── Database/ # Database-related files
├── PythonFunctions/ # Python scripts for functionality
├── expenseReport.csv # Sample/exported expense report
├── testing.py # Test scripts
├── user_interface.py # CLI for interacting with system
├── README.md # Project README
└── LICENSE # MIT License file
- Add and view expenses.
- Manage categories for expenses.
- Set and view budgets.
- Generate expense reports by category.
- Command-line interface for easy interaction.
-
Clone the repository: git clone https://github.com/your-username/ExpenseTracker.git
-
Navigate to the project folder: cd ExpenseTracker
-
Install required packages: pip install -r requirements.txt
Run the CLI interface: python user_interface.py
This project is licensed under the MIT License. See the LICENSE file for details.