skadogg / personal-tv-guide

Python-based JustWatch scraper
GNU General Public License v3.0
6 stars 7 forks source link

🔒 Mask password entry in terminal #71

Closed skadogg closed 7 months ago

skadogg commented 7 months ago

When first setting up the project, we are prompted to enter an email address and password. The password is shown in the terminal and stays visible during the entire run. I think it would be good to hide this, either by clearing the buffer or by masking with **'s.

skadogg commented 7 months ago

I think this might be what we need here. Anyone have experience with getpass()?

code-master-ajay commented 7 months ago

Hi @skadogg, i will take this up.