Eel is a little Python library for making simple Electron-like offline HTML/JS GUI apps, with full access to Python capabilities and libraries.
- Python3.6+
- use
asyncio
- original README.md
- original repository
I design this library for asyncio
event loop users.
The original uses gevent
and both event loops have difficulty in using simultaneously.
pip install async-eel
It looks like same usage, but something is different, please look at example codes.
I forked eel_bootstrap(JP) as good example.