fsmosca / Python-Easy-Chess-GUI

A Chess GUI based from Python using PySimpleGUI and Python-Chess.
GNU Lesser General Public License v3.0
161 stars 52 forks source link

Update python_easy_chess_gui.py #42

Closed buzzCraft closed 3 years ago

buzzCraft commented 3 years ago

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.

fsmosca commented 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.

buzzCraft commented 3 years ago

No problem, thanks for this project. It's awesome work.

buzzCraft commented 2 years ago

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