CITGuru / PyInquirer

A Python module for common interactive command line user interfaces
MIT License
1.91k stars 235 forks source link

Accessing the variable input #200

Open SeriosaDRaphael opened 11 months ago

SeriosaDRaphael commented 11 months ago

I used the same code as your password.py example. I want to access that variable so that i can use it in the future. How can i do that?