Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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.