Click-prompt provides enhanced interactive prompts for the Click library, offering styled input, confirmation, and selection prompts with color and validation. Current version 0.7.1, released March 2024, with occasional updates.
pip install click-promptNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: create a Prompt instance and call .ask() to get input.
Use 'from click_prompt import Prompt'.
Use 'Prompt(...).ask()' instead of 'prompt(...)'.
Install both: 'pip install click click-prompt'.
No dependency data recorded yet.