https://github.com/quiltdata/kivymd_reload_async
Demo KivyMD Python GUI app with hot reload and trio async
https://github.com/quiltdata/kivymd_reload_async
Last synced: 9 months ago
JSON representation
Demo KivyMD Python GUI app with hot reload and trio async
- Host: GitHub
- URL: https://github.com/quiltdata/kivymd_reload_async
- Owner: quiltdata
- License: mit
- Created: 2023-01-06T21:11:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-16T08:14:05.000Z (over 2 years ago)
- Last Synced: 2025-05-15T19:09:22.328Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 120 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# kivymd_reload_async
A demo [KivyMD](https://kivymd.readthedocs.io/en/latest/) resource-based application showcasing:
* Hot reload (using native KivyMD calls rather than Kaki)
* Asynchronous IO using [Trio](https://trio.readthedocs.io/en/stable/)
Forked from [JennaSys/kivy_rest](https://github.com/JennaSys/kivy_rest)
## Usage
```
poetry install
poetry run ptw # Exception ignored in: functools.partial(, 63)
poetry run python3 kivymd_reload_async/main.py
```