Install Pygame
open command prompt (cmd.exe) as Admin
navigate to python 3.X\scripts then pip3 install pygame
pip3 install pygame
open Python shell and import pygame to test if worked
import pygame