Skip to content

Instantly share code, notes, and snippets.

@tgzw
Created July 14, 2023 10:11
Show Gist options
  • Select an option

  • Save tgzw/59ccfabdef445020e368c05e1603c97e to your computer and use it in GitHub Desktop.

Select an option

Save tgzw/59ccfabdef445020e368c05e1603c97e to your computer and use it in GitHub Desktop.
Deactivate initial message of Hello from the pygame community from Pygame
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