--- id: questionary version: "2.1.1" license: MIT license_treatment: permissive maintenance: active --- # questionary — Python library to build pretty command line user prompts ⭐️ License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install questionary uv add questionary poetry add questionary ## Description # Questionary [![Version](https://img.shields.io/pypi/v/questionary.svg)](https://pypi.org/project/questionary/) [![License](https://img.shields.io/pypi/l/questionary.svg)](#) [![Continuous Integration](https://github.com/tmbo/questionary/workflows/Continuous%20Integration/badge.svg)](#) [![Coverage](https://coveralls.io/repos/github/tmbo/questionary/badge.svg?branch=master)](https://coveralls.io/github/tmbo/questionary?branch=master) [![Supported Python Versions](https://img.shields.io/pypi/pyversions/questionary.svg)](https://pypi.python.org/pypi/questionary) [![Documentation](https://readthedocs.org/projects/questionary/badge/?version=latest)](https://questionary.readthedocs.io/en/latest/?badge=latest) ✨ Questionary is a Python library for effortlessly building pretty command line interfaces ✨ * [Features](#features) * [Installation](#installation) * [Usage](#usage) * [Documentation](#documentation) * [Support](#support) ![Example](https://raw.githubusercontent.com/tmbo/questionary/master/docs/images/example.gif) ```python3 import questionary questionary.text("What's your first name").ask() questionary.password("What's your secret?").ask() questionary.confirm("Are you... ## AI interpretation — verify before relying Questionary builds interactive command-line prompts and forms with minimal code, supporting text input, selections, checkboxes, passwords, and confirmations through a clean Python API. Verdict: Questionary is a well-maintained, permissively licensed library for building polished CLI prompts with minimal dependencies. No known vulnerabilities, active development, and top-1000 PyPI popularity make it a solid choice for interactive command-line applications. [View on SkillFed](https://skillfed.io/packages/questionary) · [View on PyPI](https://pypi.org/project/questionary/)