https://github.com/flavien-hugs/flet-app
Simple todo app wiith flet
https://github.com/flavien-hugs/flet-app
flet flet-todo-app python3
Last synced: 7 months ago
JSON representation
Simple todo app wiith flet
- Host: GitHub
- URL: https://github.com/flavien-hugs/flet-app
- Owner: flavien-hugs
- Created: 2022-08-18T23:18:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-20T00:57:09.000Z (about 3 years ago)
- Last Synced: 2025-02-03T13:44:14.625Z (8 months ago)
- Topics: flet, flet-todo-app, python3
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Simple TodoApp with [flet](https://flet.dev/)
Simple TodoApp application [flet](https://flet.dev/) to implement CRUD.

## Installation
- step 1 : clone the project
```
git clone https://github.com/flavien-hugs/flet-app.git
```- step 2 : enter the project directory
```
cd flet-app
```- step 3 : Install dependences
```
pipenv shell and pipenv install
or
make install
```- step 4: run project
```
python run.py
or
make run
```- step 5: Test and enjoy