Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 791 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 791 Bytes

async-Eel

Eel is a little Python library for making simple Electron-like offline HTML/JS GUI apps, with full access to Python capabilities and libraries.

About

I design this library for asyncio event loop users.

The original uses gevent and both event loops have difficulty in using simultaneously.

Install

pip install async-eel

How to use

It looks like same usage, but something is different, please look at example codes.

I forked eel_bootstrap(JP) as good example.

Author

@namuyan_mine

Licence

MIT