Library for quick CLI prompts.
Project description
Introduction
This project provides a Python 2.x library that allows the user to quickly create CLI prompts for user input. The main features are the following:
Simple multi-entry menus.
Prompt for yes/no response.
Prompt for integer response.
Prompt for float response.
Optional default value.
Optional validity check.
Should work on any platform without additional dependencies.
Status
Currently, this project is under active development. The contents of the repository should be considered unstable during active development.
Requirements
Qprompt should run on any Python 2.x interpreter without additional dependencies.
Installation
Qprompt can be installed with pip using the following command: pip install qprompt
Additional, Qprompt can be installed from source by running: python setup.py install
Usage
The following are basic examples of Qprompt (all examples can be found here):
examples/ask_1.py - Basic info prompting.
examples/menu_1.py - Basic menu usage.
Similar
The following projects are similar and may be worth checking out:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.