CITGuru / PyInquirer

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

Embed PyInquirer in curses #80

Open bserrao opened 4 years ago

bserrao commented 4 years ago

Hello,

I would like to use PyInquirer inside curses. Is this possible? When i tried to use it, it prompts the questions but override the curses, i mean it clears the screen prompting the questions and the returns to the curses app. I would like it to show inside ...

Thanks a lot for your work.