Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 2 days ago
JSON representation

Budget Tracker app made in Python using Flet

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.