Turning csv/data processing scripts into interactive apps.
If you can write a list or a print statement, you can build a form. You define the layout—a button, a textbox, a dropdown—and Pglet handles the rest. 2. Native Look and Feel Pglet E01mp4
Are you already using Pglet for your projects? Let me know in the comments! If you’d like, I can: Add a specific example Draft a use-case scenario (like a file converter tool) Include a comparison table with Tkinter or Electron Let me know how you'd like to tailor this! pig-dot-dev/piglet Turning csv/data processing scripts into interactive apps
Piglet is integrated into the Windows OS and includes the following features: * **Display** Getting screenshots and dimensions * * Use cases of Programmable Dataplane (P4) If you’d like, I can: Add a specific
Write your script on Windows, run it on Linux. The UI runs in the browser, making it ideal for automation tools that need user interaction. How It Works: A Simple Example (Python)
import pglet from pglet import Textbox, Button, Text # Define the UI p = pglet.page("my-app") p.add(Textbox(id="name", label="Your Name")) p.add(Button("Say Hello", onclick=lambda e: p.add(Text(f"Hello, {p.controls['name'].value}!")))) # Keep the app running p.wait_for_close() Use code with caution. Copied to clipboard When to Use Pglet Quick GUIs for HR, IT, or DevOps tasks.
Pglet is an open-source framework designed to turn into frontend masters. It acts as a bridge, rendering server-side UI definitions into interactive, native-looking web components using Fluent UI.