# This is the most easiest method to create a screen in pycharm import pygame # initialize pygame pygame.init() screen = pygame.display.set_mode((1370, 710)) #1370,710 gives a full screen