-
to install the REQUIREMENTS run the following command
-
pip install -r REQUIREMENTS.txt
-
you can easily create an executable by using pyinstaller
pip install -U pyinstaller pyinstaller -F -w -i icon.ico pong.py- btw the loading screen is unnecessary its not loading anything
