PyInquirer · PyPI
https://pypi.org/project/PyInquirer22.11.2018 · Like most Python packages PyInquirer is available on `PyPi <TODO>`__. Simply use pip to install the PyInquirer package. .. code:: shell. pip install PyInquirer. In case you encounter any prompt\_toolkit error, that means you've the. wrong prompt\_toolkit version.
inquirer · PyPI
https://pypi.org/project/inquirer28.12.2021 · If not present inquirer fallbacks to vim -> emacs -> nano in this order based on availability in the system. External editor handling is done using great library python-editor. Example: import inquirer questions = [inquirer. Editor ('long_text', message = "Provide long text")] answers = inquirer. prompt (questions)