Skip to main content

Pglet client for Python - easily build interactive web apps in Python

Project description

Pglet client for Python

Pglet ("pagelet") is a rich user interface (UI) framework for programs written in Python or any other language. Pglet renders web UI, so you can easily build web apps with Python. Knowledge of HTML/CSS/JavaScript is not required as you build UI with controls. Pglet controls are built with Fluent UI React to ensure your programs look cool and professional.

Hello, world!

import pglet
from pglet import Text

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

Run the sample above with Python 3 and in a new browser window you'll get:

Sample app in a browser

Read Python tutorial for further information and more examples.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pglet-0.4.6.tar.gz (66.4 MB view hashes)

Uploaded Source

Built Distribution

pglet-0.4.6-py3-none-any.whl (66.6 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page