https://github.com/aakashsyadav1999/personal_finance_tracker
Track your finance in straight forward way. (insert,track,extract,plot)
https://github.com/aakashsyadav1999/personal_finance_tracker
csv dataclasses finance financial-analysis matplotlib oop python pythonapp
Last synced: about 2 months ago
JSON representation
Track your finance in straight forward way. (insert,track,extract,plot)
- Host: GitHub
- URL: https://github.com/aakashsyadav1999/personal_finance_tracker
- Owner: aakashsyadav1999
- Created: 2024-07-14T17:29:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-10T19:51:55.000Z (almost 2 years ago)
- Last Synced: 2025-05-30T16:16:15.756Z (about 1 year ago)
- Topics: csv, dataclasses, finance, financial-analysis, matplotlib, oop, python, pythonapp
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal Finance Tracker
This repository contains a personal finance tracking application built with Python. The application helps you manage and track your finances with ease.
## Features
- Track income and expenses
- Categorize transactions
- Generate financial reports
- Visualize spending patterns
- Export data to CSV
## Installation
1. Clone the repository:
```bash
git clone https://github.com/yourusername/personal_finance_tracker.git
cd personal_finance_tracker
```
2. Create a virtual environment:
```bash
python3 -m venv venv
source venv/bin/activate # On Windows use `venv\Scripts\activate`
```
3. Install the required dependencies:
```bash
pip install -r requirements.txt
```
## Usage
1. Run the application:
```bash
python main.py
```
2. Follow the on-screen instructions to add income, expenses, and generate reports.
## Configuration
You can configure the application settings in the `config.py` file. This includes setting up database connections, adjusting report parameters, and more.
## Contributing
Contributions are welcome! Please fork the repository and submit a pull request for any improvements or bug fixes.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
## Contact
For any questions or suggestions, please open an issue or contact me at [aakashsyadav1999@gmail.com](mailto:aakashsyadav1999@gmail.com).