Simple game in python using loops, dictionaries, lists, error handling and random number generation.
there are 2 files: RPS.py - source file with code RPS.exe - made with pyinstall
All lines of code has comments about how each funcion works.
if you want to create your own executable use in console:
Install pyinstaller using PIP - if you haven't already:
pip install pyinstaller
Then compile your file:
pyinstaller -F RPS.py