Show HN: Pyloid: Electron for Python • Modern Web-based desktop app framework

2 hours ago 1

Any frontend / Backend framework support

Pyloid supports any frontend / backend framework you want to use. Sveltekit ? Ok, FastAPI ? Ok, Flask ? Ok.

example

Many Built-in Tools

Pyloid comes with many built-in tools

Multi Thread, Multi Window

System Tray, Notification

Splash Screen, Icon Animation

Auto Start, Single Instance

Intuitive Developer Experience

Transparent and intuitive APIs that make development a breeze.

from pyloid import Pyloid

app = Pyloid(app_name="MyApp")

window = app.create_window(

title="Hello Pyloid",

width=800,

height=600

)

window.show_and_focus()

app.run()

All functions are thread-safe

All functions are dynamic

One Code, Cross Platform

Write once, run everywhere.

CROSS PLATFORM

Coding once, deploy everywhere with Pyloid

Custom Build Tool and Optimize

Built-in build tool and auto optimize to simplify distribution.

PyInstaller Build Interface

PyInstaller build interface

Build Log and Process

Optimize build process

Custom Build

Simple Code to build apps

bundle optimize

Auto bundling and size optimization

Read Entire Article