How do I get the username in Python? -
possible duplicate:
is there portable way current username in python?
how can username of account given script being executed?
import getpass print getpass.getuser() possible duplicate:
is there portable way current username in python?
how can username of account given script being executed?
import getpass print getpass.getuser()
Comments
Post a Comment