Ross ROSS = Recommend OSS · open-source software intelligence for agents

tmbo/questionary

Python library to build pretty command line user prompts ✨Easy to use multi-select lists, confirmations, free text prompts ... observed · 2026-08-28

github.com/tmbo/questionary · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

76/100

  • Activity 98
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 2832
  • days_rel: n/a
  • days_push: 15
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2166 stars · 117 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Questionary is a Python library for building pretty, interactive command line user prompts such as text inputs, passwords, confirmations, select lists, checkboxes, and autocomplete. It offers a simple, chainable API on top of prompt_toolkit for creating polished CLI interfaces.

Use cases

  • ask users interactive questions in a python cli tool
  • build a multi-select checkbox list on the command line
  • prompt for a password with hidden input in python
  • create a confirmation yes/no prompt in a script
  • let users select from a list of options in a terminal app
  • prompt for a file path with autocompletion
  • build interactive setup wizards for python packages

When to choose

  • you are building a Python CLI tool that needs interactive user input
  • you want pretty, ready-made prompts like selects, checkboxes, and password fields with minimal code
  • you want a simple, well-documented alternative to inquirer-style libraries in Python

When to avoid

  • you need a full TUI framework with windows, panes, and event loops (use Textual or urwid)
  • your project is not in Python
  • you only need simple positional arguments or flags rather than interactive prompts (use argparse or click)

Facets

library · maturity stable

cli gui developer-tools developer-tools cross-platform python cli cross-platform interactive-prompts inquirer terminal-ui user-input forms command-line

2 sources

Member repositories

RepositoryRoleHealth v2
tmbo/questionarymain76

For agents

markdown · JSON · MCP: product_card(name="tmbo/questionary")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem