Skip to content
Advertisement

Tag: masking

Masking user input in python with asterisks [duplicate]

This question already has answers here: Getting a hidden password input (6 answers) Closed 7 months ago. I am trying to mask what the user types into IDLE with asterisks so people around them can’t see what they’re typing/have typed in. I’m using basic raw input to collect what they type. Ideal IDLE prompt after user types password: Answer Depending

Advertisement