yo umm idk how u did it and i gotta admit its kinda cool but how did ur game jus randomly show static in the new update and say and i quote "They're not real" followed by my real name?
Viewing post in Girls und Panzer der Panzussy comments
This code cheeks what OS you are using and then finds the name.
python:
if os.name == 'nt':
import os
for name in ('LOGNAME', 'USER', 'LNAME', 'USERNAME'):
system = os.environ.get(name)
elif os.name == 'posix':
import os
for user in ('LOGNAME', 'USER', 'LNAME', 'USERNAME'):
system = os.environ.get('USER')
And the static is a webm video.