We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd1d893 commit 96838f9Copy full SHA for 96838f9
1 file changed
README.md
@@ -36,7 +36,7 @@ __How to use__ :
36
```py
37
from secure_input import secure_input
38
39
-password = secure_input("Enter your Password: ")
+password = secure_input("Enter your Password: ", show="*")
40
41
print(password)
42
```
0 commit comments