Posts by relaie • 1 point
1 post
-
-1
votes1
answer52
viewsQ: copy text from pygame
Guys, I’ve tried everything and I can’t copy a text from a Pygame window. The code is as follows: import pygame screen = pygame.display.set_mode((800, 600)) pygame.font.init() font1 =…