nicegui
Package — GUIPython 3.7+Intermediate
Build web-based GUIs with Python; auto-updates via WebSocket
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- FastAPI, uvicorn, httpx, Jinja2, markdown2, orjson, Pygments, watchfiles
- Install
pip install nicegui
Learn by Difficulty
Quick Example
python
# Install: pip install nicegui import nicegui # Basic nicegui usage print(f"Using nicegui") # See documentation for detailed examples
nicegui is a third-party package. Build web-based GUIs with Python; auto-updates via WebSocket. Install with: pip install nicegui
Try in PlaygroundTags
packageguidesktopui