martinohanlon / BlueDot

A zero boiler plate bluetooth remote
MIT License
143 stars 44 forks source link

Suppress pygame message when starting the app #130

Closed martinohanlon closed 3 years ago

martinohanlon commented 5 years ago

Describe the feature you'd like Pygame now print out a version number and message about supporting the pygame community.

Additional context Add this to app.py

import os
os.environ['PYGAME_HIDE_SUPPORT_PROMPT'] = "hide"
martinohanlon commented 3 years ago

Added although the default installed version of pygame on raspberry pi os (1.9.4) doesnt support it. It is there for the future though.