Metadata-Version: 2.1
Name: getpass4
Version: 0.0.14.1
Summary: getpass but with custom characters when you type your password
Home-page: UNKNOWN
Author: Caua_SCP
Author-email: cauascp37@gmail.com
License: UNKNOWN
Description: ### How to use getpass4
        
        ```python
        from getpass4 import getpass
        
        
        password = getpass('Password: ')
        
        print(password)
        ```
Platform: UNKNOWN
Requires-Python: >= 3.0
Description-Content-Type: text/markdown
