Aishanipach / Beginners-Python-Projects

Open-source python projects and scripts for newbies!
22 stars 39 forks source link

give standard password implementation. #51

Open Alisadaintanvir opened 8 months ago

Alisadaintanvir commented 8 months ago

In the previous code, the email and password were hidden while typing, deviating from standard practice. Adjusted the behavior to display the email while typing, and used the 'stdiomask' library to mask the password with asterisks for improved security.