python3 get username code example
Example 1: python get username
import os
username = os.getlogin()
Example 2: python get username windows
username = os.getlogin()
import os
username = os.getlogin()
username = os.getlogin()