Metadata-Version: 2.1
Name: getpass4
Version: 0.0.8
Summary: this is a better getpass. Made by Caua_SCP.
Home-page: https://www.youtube.com/channel/UCAbwAklWIeuoKKjVBMQVCew
Author: Cauã S. C. P.
Author-email: cauascp37@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: caugetch
Requires-Dist: clipboard
Requires-Dist: colorama

ï»¿# getpass4
### Function "getpass" Help:
```python
"""
Help on function getpass in module getpass:

getpass(prompt: str, char='*', mnbe: bool = False)
    :param prompt: string; it will be the message shown before the "asterisks" or the chars in 'char'
    :param char: string / tuple; it will the the character(s) that will be shown when a character be added to the password
    :param mnbe: boolean mnbe stands for "may not be empty", that means the password mayn't be empty
    :return: this fuction returns the written password

    # you also can use the keys: Delete, Ctrl + C, Ctrl + V, and Ctrl + X when the password is being written
"""
```
*	This is a better getpass.
*	Made by Caua_SCP.


