Simple CUI input prompt
Project description
Simple CUI prompt input for Python
Installing
Install the latest stable from PyPi:
pip install prompter
Install the latest development version from master:
pip install git+git://github.com/tylerdave/prompter
Using
>>> from prompter import prompt>>> prompt('What is your name?') What is your name? > Dave 'Dave'>>> prompt('What is your name?', default='Dave') What is your name? [Dave] > 'Dave'>>> prompt('Enter text surrounded by spaces:', strip=False) Enter text surrounded by spaces: > text ' text '
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size prompter-0.2.2.tar.gz (2.1 kB) | File type Source | Python version None | Upload date | Hashes View hashes |