Pygame is a library specifically for game development in Python. It is used as a module, but unlike the math or random modules that are built into Python by default, it must be installed externally.
Hi @ThatMelon thanks for reporting it here :) It looks like pip is going for the post1 release, which didn't have any binary wheels uploaded for it yet. Also, you could try this: pip install pygame==1 ...
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.