Metadata-Version: 2.1
Name: getpass4
Version: 0.0.10
Summary: getpass but with custom characters when you type your password
Home-page: UNKNOWN
Author: Caua_SCP
Author-email: cauascp37@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.0
Description-Content-Type: text/markdown
License-File: LICENSE

## How to use getpass4

```python
from getpass4 import getpass


password = getpass('Password: ')

print(password)
```

