Eel: A Simple Python Library for Offline HTML/JS GUI Applications
Create offline HTML/JS GUI apps effortlessly with Eel, a lightweight Python library supporting Python-JS communication, async programming, and easy packaging.
Eel is a lightweight Python library designed to create offline HTML/JS GUI applications similar to Electron while providing full access to Python functionalities and libraries.
Eel hosts a local web server, allowing you to annotate Python functions to call them from JavaScript, and vice versa.
Eel aims to simplify the process of writing short and straightforward GUI applications.