LogoPyloid

Electron for Python Developer • Web-based desktop app framework

npm create pyloid-app@latest

Many Features of Pyloid

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

Timer, File Watching
Custom Titlebar
Multi Thread, Multi Window
Build Tools
System Tray, Notification
Splash Screen, Icon Animation
Devtools, Monitors
Event, RPC, Clipboard
Auto Start, Single Instance
Shortcuts, Clipboard
And More And More

Intuitive Developer Experience

Transparent and intuitive APIs that make development a breeze.

app.py
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.

ONE CODE

Windows
macOS
Linux

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