Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 26 days 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 (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-10T19:51:55.000Z (6 months ago)
- Last Synced: 2024-11-13T20:34:08.807Z (3 months 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 [[email protected]](mailto:[email protected]).