Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.31 KB

File metadata and controls

35 lines (21 loc) · 1.31 KB

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.