Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Jun 22, 2025. It is now read-only.
This repository was archived by the owner on Jun 22, 2025. It is now read-only.
There was an error while loading. Please reload this page.
To open an additional window after call eel.start, I use the following code:
eel.show('slider.html', size=(400, 200), position=(40, 40))But I get the following error message:
TypeError: show() got unexpected keyboard argument 'size'What is the problem here? How to open an additional window of a given size and with the desired positioning?
Desktop: