how to check if you have pygame installed code example
Example 1: how to tell if you got pygAME
pygame.version.ver
Example 2: how to tell if you got pygAME
pip freeze | grep <pack_name>
pygame.version.ver
pip freeze | grep <pack_name>