Answers for "how to get the current user in windows in python"

3

python get username windows

username = os.getlogin()
Posted by: Guest on April-27-2020

Code answers related to "how to get the current user in windows in python"

Python Answers by Framework

Browse Popular Code Answers by Language