Made the program cross platform.
os.getlogin() doesn't work on UNIX based devices or WSL, so I have switched to the getpass module
cls doesn't clear the screen on UNIX based devices either, I have formatted the code to use clear if the OS is not Windows based.