Skip to content

v0.0.2

Latest
Compare
Choose a tag to compare
@Coolstormaction Coolstormaction released this 20 Oct 09:58
· 6 commits to main since this release
5bd411e

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.