This repository contains a personal finance tracking application built with Python. The application helps you manage and track your finances with ease.
- Track income and expenses
- Categorize transactions
- Generate financial reports
- Visualize spending patterns
- Export data to CSV
-
Clone the repository:
git clone https://github.com/yourusername/personal_finance_tracker.git cd personal_finance_tracker
-
Create a virtual environment:
python3 -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate`
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the application:
python main.py
-
Follow the on-screen instructions to add income, expenses, and generate reports.
You can configure the application settings in the config.py
file. This includes setting up database connections, adjusting report parameters, and more.
Contributions are welcome! Please fork the repository and submit a pull request for any improvements or bug fixes.
This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or suggestions, please open an issue or contact me at aakashsyadav1999@gmail.com.