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.6.tar.gz (3.3 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for ask-0.0.6.tar.gz
Algorithm Hash digest
SHA256 660b5b59379a4a08018cb5d3688b9e5261a4be55229ae97561b6f29951ac2188
MD5 37a64aec8fa58e868c00873e27ff5c14
BLAKE2b-256 cd08826186be33666d0e7396a288797c13757b6d0ed5a634e8f69d3b7c8479fd

See more details on using hashes here.

Provenance

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