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.
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.
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.
To get started with Flet-Alchemy, follow these steps:
- Clone the repository:
git clone https://github.com/nbilbo/flet-alchemy.git
- Go to project directory
cd flet-alchemy
- Install the dependencies:
pip install -r requirements.txt
- Run the application:
python main.py
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.
Flet-Alchemy is licensed under the MIT License. See the LICENSE file for more information.