FuncToWeb — turns Python functions into web apps from their type hints. 425★.
pip install func-to-web
pytypehint — compiles Python type hints into strict, inspectable schemas; the dataclass is the single source of truth. Exact validation, fresh defaults, no coercion. Stdlib only, Python 3.11+.
pip install pytypehint
pytypehintweb — turns a pytypehint schema into a web plan: JSON contract, browser widgets and transport. Nested forms, unions with branch selector, dynamic lists at any depth. No build step, unbundled ES modules.
pip install pytypehintweb
pyeasydeploy — deploy Python apps to Linux servers over SSH in a few lines (on top of Fabric).
pip install pyeasydeploy
PyImageCUDA — GPU image compositing; no CUDA Toolkit, ~1 MB, zero-copy interop.
pip install pyimagecuda
PyImageCUDA Studio — node-based compositor with live preview + headless batch.
pip install pyimagecuda-studio
pygrbl_build — G-code generator for GRBL diode lasers (raster + SVG), ~350× faster than LaserGRBL.
pip install pygrbl-build
pygrbl_streamer — streams G-code to GRBL over serial; constant memory, real-time control, auto-reconnect.
pip install pygrbl-streamer
pywinselect — detects which files/folders are selected in Explorer or the Desktop, in one line (Windows-only).
pip install pywinselect
windowsctxmenu — add, remove and block Windows right-click context menu entries from Python; script your menu once, replay it on every PC or reinstall.
pip install windowsctxmenu
pytelegram_logger — async logger to file + Telegram; background queues (disk isolated from network), non-blocking with drop counters, zero dependencies.
pip install easy-tg-logger
pyezcams — minimal surveillance node: USB webcams → RTSP/WebRTC via MediaMTX, hardware-encoder auto-detection, native-H.264 passthrough, self-supervising. Linux only.
pip install pyezcams

