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() 

Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -