| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuseFuncToWeb — 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
pytypehintstore — rows of one validated dataclass, in memory, shadowed by a JSON file you can open and edit; the class is the database. Atomic dumps, schema-fingerprinted files, stdlib only.
pip install pytypehintstore
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
Node-based image processing powered by CUDA - Design visually, execute programmatically
Python 6
Simple Python server deployment toolkit. Deploy to remote servers with just a few lines of code.
Python 4
A simple and minimalist library for controlling CNC machines with GRBL firmware from Python.
Python 4
| Back | FazBrowse Home | New Git URL |