pytr-org / pytr

Use TradeRepublic in terminal and mass download all documents
https://pypi.org/project/pytr/
MIT License
425 stars 76 forks source link

Hide PIN input #95

Closed DonkeeeyKong closed 4 months ago

DonkeeeyKong commented 4 months ago

This hides the PIN while it is entered using getpass().

I have only tested this with a Linux terminal, Windows Powershell and Windows cmd.exe. It works there. I don't know what else people use to run this though.

An alternative could be https://github.com/asweigart/pwinput. That is also closer to the way the Trade Republic app hides the PIN but it requires using an extra package.

Katzmann1983 commented 4 months ago

Love it.

DonkeeeyKong commented 4 months ago

Thank you!