[PR #2509] [CLOSED] Add questionary #15523

Closed
opened 2026-05-02 07:38:05 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/2509
Author: @Tolgaugur
Created: 8/22/2023
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project?

Questionary is a Python library designed to provide a simple mechanic for building pretty command-line user prompts. It's based on functional programming principles and inspired by functional user prompts like select, rawselect, text, password, confirm, and many more which can be found in Inquirer.js.

Functional Design: Straightforward way to prompt the user for input by focusing on functional design.

Variety of Prompts: It supports a wide range of prompts like free text inputs, multiple choice, yes/no confirmation, and so on.

Validation Support: Can provide custom validation for any question type.

Auto-Completion: Support for autocompletion in text prompt.

Styling: Built-in styles for questions and default answers, including color and token customization.

What's the difference between this Python project and similar ones?

User Experience: questionary focuses on a fluid and interactive experience. It navigates between questions based on the answers provided.

Customizability: It provides a greater level of control over question styling and presentation, supporting multiple styles and colors.

--

Anyone who agrees with this pull request could submit an Approve review to it.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/2509 **Author:** [@Tolgaugur](https://github.com/Tolgaugur) **Created:** 8/22/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`a34d296`](https://github.com/vinta/awesome-python/commit/a34d2969093602427534539eadc1b8fd8b887f8b) Add questionary ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this Python project? **[Questionary](https://github.com/tmbo/questionary)** is a Python library designed to provide a simple mechanic for building pretty command-line user prompts. It's based on functional programming principles and inspired by functional user prompts like select, rawselect, text, password, confirm, and many more which can be found in Inquirer.js. **Functional Design**: Straightforward way to prompt the user for input by focusing on functional design. **Variety of Prompts**: It supports a wide range of prompts like free text inputs, multiple choice, yes/no confirmation, and so on. **Validation Support**: Can provide custom validation for any question type. **Auto-Completion**: Support for autocompletion in text prompt. **Styling**: Built-in styles for questions and default answers, including color and token customization. ## What's the difference between this Python project and similar ones? **User Experience**: questionary focuses on a fluid and interactive experience. It navigates between questions based on the answers provided. **Customizability**: It provides a greater level of control over question styling and presentation, supporting multiple styles and colors. -- Anyone who agrees with this pull request could submit an *Approve* review to it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-02 07:38:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#15523