Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pizzerolaa/budget-buddy
Budget Tracker app made in Python using Flet
https://github.com/pizzerolaa/budget-buddy
flet python sqlite
Last synced: about 19 hours ago
JSON representation
Budget Tracker app made in Python using Flet
- Host: GitHub
- URL: https://github.com/pizzerolaa/budget-buddy
- Owner: pizzerolaa
- License: mit
- Created: 2024-09-09T04:21:03.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T03:25:14.000Z (2 months ago)
- Last Synced: 2024-11-19T18:07:40.779Z (about 19 hours ago)
- Topics: flet, python, sqlite
- Language: Python
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Budget Buddy
Budget Buddy is a simple and intuitive budget tracking application built with Python. It uses Flet for the user interface and SQLite for data storage, providing a seamless experience for managing your personal finances.
## Features
- Track income and expenses
- Categorize transactions
- View financial summaries and reports
- User-friendly interface built with Flet
- Secure local data storage using SQLite## Prerequisites
Before you begin, ensure you have Python installed on your system. This project uses a virtual environment to manage dependencies.
## Installation
1. Clone the repository:
```
git clone https://github.com/pizzerolaa/Budget-Buddy.git
cd budget-buddy
```2. Create and activate a virtual environment:
```
python -m venv venv
source venv/bin/activate # On Windows use `venv\Scripts\activate`
```3. Install the required packages:
```
pip install -r requirements.txt
```## Usage
To run Budget Buddy, use the following command:
```
flet run app.py
```## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
## License
This project is licensed under the MIT License - see the LICENSE file for details.