eel
Package — GUIPython 3.7+Intermediate
Simple Electron-like library for making HTML/JS GUI apps
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- bottle, gevent, greenlet, pyparsing, whichcraft
- Install
pip install eel
Learn by Difficulty
Quick Example
python
# Install: pip install eel import eel # Basic eel usage print(f"Using eel") # See documentation for detailed examples
eel is a third-party package. Simple Electron-like library for making HTML/JS GUI apps. Install with: pip install eel
Try in PlaygroundTags
packageguidesktopui