prompt-toolkit / python-prompt-toolkit

Library for building powerful interactive command line applications in Python
https://python-prompt-toolkit.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
9.22k stars 715 forks source link

Add PyInquirer to Python Prompt Toolkit #729

Closed CITGuru closed 5 years ago

CITGuru commented 5 years ago

Hello, I'd glad if PyInquirer - https://github.com/CITGuru/PyInquirer/ is added to prompr-toolkit. Its a python module for Inquirer.js clone. Its built base on Inquirer.js and works the same.

jonathanslenders commented 5 years ago

Hi @CITGuru, that's a nice project! I've added it to the README: https://github.com/jonathanslenders/python-prompt-toolkit/commit/c7986732448a49ac2070752e1c636ecaeb7237ef

Feel free to create a pull request, if you prefer a different description.

CITGuru commented 5 years ago

Great! :+1: