The Personal Finance Tracker is a Python-based application that helps users manage their finances effectively by tracking income and expenses. It includes features like visualizing spending patterns and exporting financial records for external analysis.
- Add and view income/expense transactions.
- Visualize expenses by category using pie charts.
- Compare income versus expenses using bar charts.
- Export financial records to CSV files.
- Clone this repository:
git clone https://github.com/yourusername/Personal_Finance.git cd Personal_Finance
- Install dependencies:
pip install -r requirements.txt
- Run the application:
python main.py
This project is open-source under the MIT License.