Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

get_input-0.0.1-py3-none-any.whl (1.7 kB view hashes)

Uploaded Python 3

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