It would be nice to support password (hidden/redacted) input in Console.
Note that as of Python 3.14, getpass now includes an optional echo_char parameter, so it might be nice to expose it when the user is using 3.14 or later.
(@suned, I really like what you've done with this library! Keep up the great work!)
It would be nice to support password (hidden/redacted) input in
Console.Note that as of Python 3.14,
getpassnow includes an optionalecho_charparameter, so it might be nice to expose it when the user is using 3.14 or later.(@suned, I really like what you've done with this library! Keep up the great work!)