Isa
0
Q:

how to set up pygame

python3 -m pip install -U pygame --user
Wha?
1
pip install pygame
3
import pygame
import os
import sys
import random
pygame.init()
screen = pygame.display.set_mode((800, 500))
0

New to Communities?

Join the community