Closed buzzCraft closed 3 years ago
I see now the issue in https://github.com/PySimpleGUI/PySimpleGUI/issues/1852. It tries to be PEP8 compliant. Thanks for this PR.
No problem, thanks for this project. It's awesome work.
Forgot to give you feedback, but here's how I used your awesome app https://www.youtube.com/watch?v=svgM8sdBHIU
Had allot of fun with it, so thanks <3
Fixed : UserWarning: Use of FindElement is not recommended. Either switch to the recommended window[key] format or the PEP8 compliant find_element
by changing FindElement to find_element. Tested and as fare as I can see it runs without warnings now.