Rudzix77 / async-Eel

A little Python library for making simple Electron-like HTML/JS GUI apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A little Python library for making simple Electron-like HTML/JS GUI apps

License:MIT License


Languages

Language:Python 80.9%Language:JavaScript 19.1%