Created
July 14, 2023 10:11
-
-
Save tgzw/59ccfabdef445020e368c05e1603c97e to your computer and use it in GitHub Desktop.
Deactivate initial message of Hello from the pygame community from Pygame
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from os import environ | |
| environ['PYGAME_HIDE_SUPPORT_PROMPT'] = '1' | |
| import pygame |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment