Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-13T22:30:02.000Z (about 3 years ago)
- Last Synced: 2025-01-09T19:30:59.614Z (about 1 month 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.