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

https://github.com/nbilbo/flet-alchemy

Using flet and SQLAlchemy
https://github.com/nbilbo/flet-alchemy

flet python3 sqlalchemy

Last synced: 3 days ago
JSON representation

Using flet and SQLAlchemy

Awesome Lists containing this project

README

          

# Flet-Alchemy

Flet-Alchemy is a program for registering user tasks. Each user has their own tasks that can be viewed, updated, and deleted. The program also includes an authentication screen, registration screen, and home screen.

## Technologies Used
Task Manager was built using the following technologies:
- **flet** - A lightweight framework used for building the view layer of the application.
- **SQLAlchemy** - A powerful Object-Relational Mapping (ORM) tool used for building the models.

## Features
Flet-Alchemy provides the following features:
- User authentication: Users can log in to their account with their username and password.
- Task creation: Users can create a new task with a description.
- Task management: Users can view, update, and delete their tasks.
- User registration: New users can create an account with a unique username and password.

## Getting Started
To get started with Flet-Alchemy, follow these steps:
1. Clone the repository: `git clone https://github.com/nbilbo/flet-alchemy.git`
2. Go to project directory `cd flet-alchemy`
3. Install the dependencies: `pip install -r requirements.txt`
4. Run the application: `python main.py`

## Contributions
Contributions to Flet-Alchemy are welcome and encouraged! If you have an idea for a new feature, feel free to open an issue or submit a pull request.

## License
Flet-Alchemy is licensed under the MIT License. See the LICENSE file for more information.