added python app

This commit is contained in:
2025-02-13 17:06:05 +01:00
parent 96273071bb
commit c468ec7d57
18 changed files with 561 additions and 1 deletions
+23
View File
@@ -0,0 +1,23 @@
# Flet app
Flet app using Flet extension.
To run the app:
1. Install dependencies from pyproject.toml:
```
poetry install
```
2. Build app:
```
poetry run flet build macos -v
```
3. Run app:
```
poetry run flet run
```