Skip to content
Advertisement

Tag: eel

Eel – ask for directory input

I am developing modern-looking local app in Python with Eel and I want to open OS’s default dialog to select directory. But I have found that Eel does not provide that. I have tried: dialog from HTML/JS, but browser provides just dialog for file/s selection. local dialogs from other libraries, but they are really ugly and not using the default

Advertisement