Skip to main content

if you require a special datatyp from input()

Project description

The modul "inputhandler" provides the function
dinput(output = 'Please enter an integer: ', sinput = 'Illegal input, try again.',
datatyp = int, ranges = False, lowerlimit = 0, upperlimit = 100,
rsinput = "Integer does not lie between 0, 100: " ):
for example:
>>>a = dinput()
>>>Please enter an integer: sd
Illegal input, try again.
>>>Please enter an integer: 43
>>> a
43
>>>a = dinput(ranges = True)
>>>Please enter an integer: sd
Illegal input, try again.
>>>Please enter an integer: 477
Integer does not lie between 0, 100
>>>Please enter an integer: 100
>>>a
100

If there are some bugs, please send me an email: masatamara@gmail.com

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

inputhandler-1.0.1.zip (1.4 kB view hashes)

Uploaded Source

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