Possible Duplicate:
Is there a portable way to get the current username in Python?
How can I get the username of the account by which the given script is being executed?
Possible Duplicate:
Is there a portable way to get the current username in Python?
How can I get the username of the account by which the given script is being executed?
import getpass
print getpass.getuser()