added python app
This commit is contained in:
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user