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
- Host: GitHub
- URL: https://github.com/nbilbo/flet-alchemy
- Owner: nbilbo
- License: mit
- Created: 2023-02-11T04:45:56.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-18T21:23:35.000Z (over 1 year ago)
- Last Synced: 2025-03-18T22:23:35.450Z (over 1 year ago)
- Topics: flet, python3, sqlalchemy
- Language: Python
- Homepage:
- Size: 1.9 MB
- Stars: 18
- Watchers: 1
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-flet - flet-alchemy - Example integrating Flet with SQLAlchemy. (Apps and Projects / Community Extensions)
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.