python-eel / Eel

A little Python library for making simple Electron-like HTML/JS GUI apps
MIT License
6.44k stars 587 forks source link

cython support and can i add a in-built code extension #560

Open ElectriCrocodile opened 2 years ago

ElectriCrocodile commented 2 years ago

So i made a really good looking page in eel but then i wanted to compile it to an exe i know there are tools like py-to-exe, pyinstaller etc but i want to use cython for performence I first started making a gui using cython but idk how do i create a gui in cython if it is possible then please tell me

I would like if you add a chrome extension support