Beginner Friendly Python Project: ROCK PAPER SCISSORS Game

preview_player
Показать описание
In this video, we create a python app for the popular rock paper scissors game, our app will allow us to play with the computer. This is a python project for the absolute beginner and it should be easy to follow along if you know the basics of python.

Fully Commented Code:

In this project, we use 3 python libraries;

Requirements
If tkinter is not already installed with your python, you will need to install it, you will also need to install playsound and PyObjC which it uses
pip3 install tkinter
pip3 install playsound
pip3 install PyObjC

Macbook Quirk

Go Further
1. Animate the button presses
2. Use images on the buttons
3. Make it an actual app on your computer that can be run without running the python script

Follow me on IG:

Green Screen Credits:

#tkinter #python #coding #softwareengineer
Рекомендации по теме
Комментарии
Автор

Yaaayyyy it was nice seeing how to configure a game. Good job and more power to your elbow 👏👏👏. Nice one my SWE lady.

philiperhurun
Автор

I love your tutorials. Please upload more of these projects ❤️

praiseodeyemi
Автор

Have always used python just for data analysis. This was fun! Nice one Aitee!👌🏻

vincentokafor