mouadessalim

Results 30 comments of mouadessalim

```python import eel import eel.browsers eel.init('web') eel.browsers.set_path('electron', 'node_modules/electron/dist/electron') eel.start('web/index.html', mode='electron') ``` like this 😁

I'm sorry for telling you that there is no solution we can't build eel, for my experience i tried with cx_freeze and pyinstaller with no solution, so what i did...

I can garantie you that it's working well in python 3.9 just install it on your pc and retry. @Ximaz

Ahh ok, so please close the issues.

Hey @Epic-R-R, how can we get an apikey to use the module ? https://github.com/Epic-R-R/Opensubtitle/blob/3a0ff3019ee92c23954707f105952f1ca9c6eb46/README.md?plain=1#L14

> I would like to be sure if it make sense to add theses 2 feeds to the repo, because it seems to be raw feed and not API (without...

can you try: ```py from webdriver_manager.chrome import ChromeDriverManager webdriver.Chrome(service=Service(ChromeDriverManager().install())) ```

ok do you think it may possible in the futur to support it ?

@DAKExDUCK hey thanks for your reply unfortunately I don't use a linux vps to use tmux it's more of a beautifully designed windows console application that uses selenium to grab...

i don't understand what do you want exactly, if it's sending requests to several server you can use it like this: ```py discord_url = ["YOUR FIRST WEBHOOK URL", "YOUR SECOND...