Skip to content

Python client for Pglet - build real-time interactive web apps in Python

License

Notifications You must be signed in to change notification settings

pglet/pglet-python

Repository files navigation

Build status

Pglet - quickly build interactive web apps in Python

Pglet is a rich User Interface (UI) framework to quickly build interactive web apps in Python without prior knowledge of web technologies like HTTP, HTML, CSS or JavaSscript. You build UI with controls which use Fluent UI React to ensure your programs look cool and professional.

Requirements

  • Python 3.7 or above on Windows, Linux or macOS

Installation

pip install pglet

Hello, world!

import pglet
from pglet import Text

p = pglet.page()
p.add(Text("Hello, world!"))

Run the sample above and a new browser window will pop up:

Sample app in a browser

Continue with Python tutorial demonstrating how to build a simple To-Do web app and share it on the internet.

Browse for more Pglet examples.

Join to a conversation on Pglet Discord server.

About

Python client for Pglet - build real-time interactive web apps in Python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages