Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

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. 

(1 edit)

dang thats cool, imma needa do this on my friends lmao. they get paranoid real easy keke