https://github.com/spreadsheets600/budget-tracker
Project I Want To Do - FR
https://github.com/spreadsheets600/budget-tracker
beginer beginer-friendly beginer-projects budget budget-app budget-manager budgeting hacktoberfest hacktoberfest2024 newbie python
Last synced: 6 months ago
JSON representation
Project I Want To Do - FR
- Host: GitHub
- URL: https://github.com/spreadsheets600/budget-tracker
- Owner: SpreadSheets600
- Created: 2023-09-22T16:31:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-04T02:25:27.000Z (7 months ago)
- Last Synced: 2024-11-04T03:22:42.063Z (7 months ago)
- Topics: beginer, beginer-friendly, beginer-projects, budget, budget-app, budget-manager, budgeting, hacktoberfest, hacktoberfest2024, newbie, python
- Language: Python
- Homepage:
- Size: 1.12 MB
- Stars: 9
- Watchers: 1
- Forks: 38
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Budget Tracker
### Overview
Originally a half-yearly CS group project where (almost) no one contributed, this Budget Tracker has transformed into an ambitious project that I now aim to complete with friends (again, this time for real!). The goal is to create a functional, user-friendly budget tracker that helps people manage their income, expenses, and financial goals efficiently.This project is a part of Hacktoberfest, and we're welcoming contributions! Whether it's bug fixes, new features, or improvements, there's room for everyone to help!
---
## Features
- **Add Income & Expenses**: Users can easily log their income and expenses, categorize them, and store them in an SQLite database.
- **Financial Goals**: Set savings goals, track progress, and visualize how close you are to achieving them.
- **Visualizations**: Bar charts, pie charts, and line graphs provide a clear picture of your financial habits.
- **Summary & Analysis**: View detailed summaries and analysis of your spending habits and overall budget health.---
## Getting Started
### Prerequisites
- Python 3.x
- Tkinter
- SQLite3
- Matplotlib### Installation
1. Clone the repository:
```bash
git clone https://github.com/your-github-username/budget-tracker.git
```
2. Install the necessary dependencies:
```bash
pip install -r requirements.txt
```
3. Run the application:
```bash
python src/Main.py
```---
## Contributing
We welcome contributions! Please see our [Contributing Guidelines](CONTRIBUTING.md) and [Code of Conduct](CODE_OF_CONDUCT.md) for more details.### Thanks To All Our Contributors
![]()
---
## To-Do List
### Core Functionalities
1. [ ] **Fix the Visuals**: Improve the UI/UX, adjust layout, and ensure the design is clean and user-friendly.
2. [X] **Fix Visualization Tab**: Ensure that charts (bar, line, pie) display properly without overlapping or layout issues.
3. [ ] **Work on Lendings Tab**: Add a feature where users can track money lent to others, with options to set deadlines and reminders.
4. [ ] **Work on Borrowing Tab**: Implement a tab to track loans or borrowed amounts, including deadlines and reminders.
5. [X] **Make Data Permanent**: Enhance the database functionality to ensure persistent data storage, so users can retrieve past transactions after restarting the app.
6. [X] **Replace Tkinter with CustomTkinter**: Enhance the look and feel of the app by integrating `CustomTkinter` for modern, polished widgets.### Enhancements
7. [X] **User Authentication**: Add basic login functionality to allow different users to manage their accounts separately.
8. [ ] **Currency Conversion**: Implement a feature to convert between currencies, pulling exchange rates from an API.
9. [ ] **Recurring Transactions**: Enable users to set recurring transactions (monthly bills, salary, etc.) that auto-log at set intervals.
10. [ ] **Export Data**: Allow users to export their data (income, expenses, goals) to CSV or Excel format for easier analysis.
11. [X] **Add Notifications**: Implement a system to notify users when they exceed budget limits or reach savings goals.
12. [ ] **Mobile App Version**: Plan and develop a mobile version (possibly using Kivy or other frameworks).---
### License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.