Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pglet

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pglet

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

  • 0.7.3
  • PyPI
  • Socket score

Maintainers
1

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.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc