https://github.com/shearichard/pywebio-sandbox
Experiments with Pywebio (allows simple web applications to be written using Python)
https://github.com/shearichard/pywebio-sandbox
python pywebio
Last synced: 2 months ago
JSON representation
Experiments with Pywebio (allows simple web applications to be written using Python)
- Host: GitHub
- URL: https://github.com/shearichard/pywebio-sandbox
- Owner: shearichard
- Created: 2022-02-13T22:24:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-13T22:30:02.000Z (over 3 years ago)
- Last Synced: 2025-03-02T10:09:18.199Z (3 months ago)
- Topics: python, pywebio
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pywebio-sandbox
Testing out [pywebio](https://pywebio.readthedocs.io/en/latest/index.html).
## What is pywebio ?
From the project's documentation ...
> PyWebIO provides a diverse set of imperative functions to obtain user input and output content on the browser, turning the browser into a “rich text terminal”, and can be used to build simple web applications or browser-based GUI applications. Using PyWebIO, developers can write applications just like writing terminal scripts (interaction based on input and print function), without the need to have knowledge of HTML and JS. PyWebIO is ideal for quickly building interactive applications that don’t require a complicated user interface.