password

usage :

import cliflect
console=cliflect.console()
@console.cmd('in')
def inp(arg):
         i=console.read("name: ", type="password")#default type is text
         console.echo(i)
console.run()

the password will only show blank in input whether you entered or not