How to hide user-input in Python

2 years ago
21

This is how you can hide user-inputs in python

Use this library/package:

from getpass import getpass
password = getpass("Enter your password")

Learn Web3 Development (paid udemy course)
https://bit.ly/3eIdXm9

Loading comments...