Skip to main content

Prompt user for commandline input.

Project description

prmt

Description

Prompt user for values on the command line.

Features:

  • Prompt bool from user. (prmt.confirm)
  • Prompt string from user. (prmt.string)
  • Prompt string from user, opening an editor window. (prmt.string_from_editor)
  • Prompt integer from user. (prmt.integer)
  • Prompt list of strings from user. (prmt.list_of_str)
  • Prompt user to select an item from a list/dict of items. (prmt.select)

Optional features:

  • Set default values.
  • Customize formatting for each prompt.
  • Customize formatting for all prompts via the prmt.Prompt() class.
  • Open default Text Editor for the user to enter text.
  • Blacklist values. (If the user enters blacklisted values she will be prompted again)

Requirements

Python >=3.6

Install

pip install prmt

or

pipenv install prmt

Examples

Look into the tests folder for code examples.

To see it in action on the command line, run:

pipenv run python make.py test

Development

git clone https://github.com/feluxe/prmt.git

cd prmt

pipenv install --dev --pre

pipenv run python make.py --help

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

prmt-4.0.1-py3-none-any.whl (5.4 kB view hashes)

Uploaded Python 3

Supported by

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