tassopsaltakis / FilOS

The Friendly Python OS
https://github.com/tassopsaltakis/FilOS/
1 stars 1 forks source link

Added the getpass module to hide passwords being typed in #12

Closed Rijndael1998 closed 7 months ago

Rijndael1998 commented 7 months ago

https://stackoverflow.com/questions/52079846/how-to-hide-input-in-python-3-6

this closes #11

I also added password confirmation when making a new user.