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.
- Python 3.7 or above on Windows, Linux or macOS
pip install pglet
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:
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.