This package allows program to get data iput of a specific type without giving errors
Project description
https://github.com/yoptgyo/get_input Author: Prashant Sengar Author email: prashantsengar5@hotmail.com
get_input
Python module to take input of a defined data type from user
How to use
import get_input
return_value = get_input.input(prompt, data_type)
Data types which can be used:
-'int' for integer -'str' for string
-'float' for float values
Example code
integer_value = get_input.input("Please enter a number: ", 'int')
>>> Please enter a number: hello
>>> Please enter an integer value.
>>> Please enter a number: 5.0
>>> Please enter an integer value.
>>> Please enter a number: 5
>>>
--It will ask the user to enter an integer value and will wait till an integer value is returned--
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
get_input-0.0.1.tar.gz
(1.5 kB
view details)
Built Distribution
File details
Details for the file get_input-0.0.1.tar.gz
.
File metadata
- Download URL: get_input-0.0.1.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7c97bd206afe136d8f208750deba3743fa29ef6da986d73862b2f92933d20439 |
|
MD5 | 6491f86fe6472643c5504c27026f3c84 |
|
BLAKE2b-256 | db97853e226bb0afa1b45c85da6f23524d62b6f95654d5afd4bfed0622469f37 |
File details
Details for the file get_input-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: get_input-0.0.1-py3-none-any.whl
- Upload date:
- Size: 1.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 061a839c3f4675ceb22b2addf5012b398bc717001c973d11d47c12e6f7ec9005 |
|
MD5 | f5af6769e5740e44f1548bf17962787e |
|
BLAKE2b-256 | 8129c94fd2d4d19fe5b9e884145be5b18794da6e73226b08500e2d39b552dac0 |