Skip to content
forked from python-eel/Eel

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

License

Notifications You must be signed in to change notification settings

namuyan/async-Eel

 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 80.9%
  • JavaScript 19.1%