Please type these commands into your command window.
- Installing Python3:
brew install python3
- Installing PyQt5:
brew install pyqt5
- If the above is not working, try these commands:
unset PYTHONPATH
brew install sip --with-python3
brew install pyqt5 --with-python3
Type this into your command window.
python3 main.py
I created a basic platform game with Python using PyQt5 library.
Graphics: