Metadata-Version: 1.0
Name: terminal-password
Version: 0.1
Summary: a tool for input cipher password
Home-page: UNKNOWN
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Description: ================
        Usage
        ================
        
        This module support input cipher password in terminal,Only support Python 3.  
        
        Default prompt char is `*`，you can replace the prompt as you love,such as ★.  
        
        ::
        
            import terminal_password as password
            a = password.get_password()
            b = password.get_password(u'\u2605')
        
        
Keywords: password,terminal
Platform: any
