Go into your terminal or cmd prompt and enter pip install pygame. This should install the pygame library onto your computer, allowing you to import it.
pip install pygame
Edit: Also make sure you import it with: import pygame, all lowercase.
import pygame