eel — Easy Playground
Simple Electron-like library for making HTML/JS GUI apps
Getting started with eelRun locally
Install
pip install eelPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: eel)
eel is a third-party package. Simple Electron-like library for making HTML/JS GUI apps. Install with: pip install eel
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?