Python / Tkinter - Rock Paper Scissors Game Tutorial for Beginners - Part 2/3

preview_player
Показать описание
In this series, we teach you how to create the famous Rock-Paper-Scissors game using Python. This video focuses on creating the GUI and bringing in the images that we need to make the game.

GitHub Repository:

Sponsor me on GitHub!

Follow my blog:

Рекомендации по теме
Комментарии
Автор

PhotoImage is actually a class not a method. Therefore, "rHandPhoto", for example, is an instance of the PhotoImage class. Thanks for watching!

codefoxx
Автор

Great tutorial, looking forward to part 3 of this series.

rosen.espinoza
Автор

I AM GETTING THIS ERROR, what shoud I


line 2217, in wm_title
return self.tk.call('wm', 'title', self._w, string)
_tkinter.TclError: can't invoke "wm" command: application has been destroyed

ujjwalbadhautiya