abe-101 / tube-cast

A command-line tool that converts YouTube videos into Anchor FM podcasts
https://pypi.org/project/tube-cast/
MIT License
13 stars 2 forks source link

Hide password when promted #3

Closed abe-101 closed 2 years ago

abe-101 commented 2 years ago

We should hide the password similar to the way the sudo command works on linux where it hides the what the user types in It implemented very easily in python with the module getpass see here