A simple expense tracker application to manage and track your expenses.
- Add new expenses with details like amount, category, and date
- View a list of all expenses
- Filter expenses by category or date
- Generate expense reports
- Clone the repository:
git clone https://github.com/yourusername/Expense-Tracker.git
- Navigate to the project directory:
cd Expense-Tracker
- Create and activate a virtual environment:
python -m venv .venv .venv\Scripts\activate # On Windows source .venv/bin/activate # On Unix or MacOS
- Install the required dependencies:
pip install -r requirements.txt
- Run the application:
python main.py
- Follow the on-screen instructions to add, view, and manage your expenses.
- Fork the repository
- Create a new branch (
git checkout -b feature-branch
) - Make your changes
- Commit your changes (
git commit -m 'Add some feature'
) - Push to the branch (
git push origin feature-branch
) - Open a pull request
This project is licensed under the MIT License - see the LICENSE file for details.