Skip to main content

Easy input validation for python

Project description

Easy input validation for python

Installation

pip install ask

Usage

>>> from ask import ask, askChar, askInt, askString
>>> ask()
# Creates an empty input query here

>>> askInt('Your age')
Your age
# Input here (Only accepts integers)

>>> askString("What's your name?")
What's your name?
# Input here

>>> askChar('Do you want to proceed?', ['y','n'])
Do you want to proceed? (y, n)
# Input here (Only accepts 'y' and 'n')

>>> askChar('Do you want to install this?', ['y','n'], 'y')
Do you want to install this? (y, n) [y]
# Input here (Only accepts 'y' and 'n', you can hit enter to use the default 'y')

Project details


Download files

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

Source Distribution

ask-0.0.3.tar.gz (3.1 kB view details)

Uploaded Source

File details

Details for the file ask-0.0.3.tar.gz.

File metadata

  • Download URL: ask-0.0.3.tar.gz
  • Upload date:
  • Size: 3.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for ask-0.0.3.tar.gz
Algorithm Hash digest
SHA256 2c2477f68d285d3d78a69349ee7c8203bef940437344d909dc46477f465e90b2
MD5 cef924d97245bbbe0685747a84aecae5
BLAKE2b-256 39f4ef7c8e421362af83cf28e263826f0d13054b9e49a0599ddc51962abae137

See more details on using hashes here.

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