Skip to main content

This is a library for prompting input on the command line.

Project description

PyPI Version PyPI Downloads Travis

This is a library for prompting input on the command line.
Python 3.2+ and Wheels are supported.
It was initiated by Stefan Fischer and is developed and maintained by many others.

Install

PyPI Python Versions PyPI Wheel

The package is available on PyPI:

$ pip install prompt

Use

The package may be imported directly:

import prompt

# modify default prompt
integer = prompt.integer(prompt="Please enter a number: ")

# allow empty response and return None
real = prompt.real(empty=True)

# require a two digit number
regex = prompt.regex("^\d\d$")

Contribute

Write a bug report or send a pull request.
Other contributors have done so before.

License

Copyright (c) 2015 Stefan Fischer
The source code is available under the MIT License.
See LICENSE for further details.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page