python-eel / Eel

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

Window opactiy #694

Open Eikosa opened 1 year ago

Eikosa commented 1 year ago

It would be nice if I could adjust the opacity of the program I created with Eel, for example to make it 50% transparent. Example: image

rraammiinn commented 1 year ago

It would be nice if I could adjust the opacity of the program I created with Eel, for example to make it 50% transparent. Example: image

if you care about window customization migrate your app to pywebview .

Eikosa commented 1 year ago

Is that a more comprehensive module?

rraammiinn commented 1 year ago

Is that a more comprehensive module?

yes. but less robust.

rraammiinn commented 1 year ago

there is also a module named htag but it's window isn't customizable either.

rraammiinn commented 1 year ago

https://manatlan.github.io/htag