for the lolz
Project description
Easy input validation for python
Installation
pip install ask
Usage
>>> from ask import ask, askChar, askInt, askString, askPassword, askEmail, askBool, explain >>> 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') >>> askBool('Do you want to continue?') Do you want to continue (y/n) # Input here (automatically generates the possibilites 'y' and 'n') >>> askEmail() # Input here (only accepts email-adresses) >> askPassword() # Masked input here >> explain() # Prints explanation: Attention: Input prompts follow this template: "Question (answer1, answer2, answer3) [default_answer]" (You can just hit enter to chose the default answer)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
melebeats-0.2.tar.gz
(2.6 kB
view details)
File details
Details for the file melebeats-0.2.tar.gz
.
File metadata
- Download URL: melebeats-0.2.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 87424c667e202376985fa13dd7c09eac292fa735dbf5adaf90555769c9d90da3 |
|
MD5 | 05c4a5bcba16a8362605c0765fdf9cca |
|
BLAKE2b-256 | b6ae133ff760e83b6456bc78a6e28a2592a0a6cd1d2c9b2ef624ec7b3902e7ca |