Skip to main content

To help you make inputs of different types in a more convenient manner

Project description

What is this package for?

This package is to simplify the user to use the input function with different data types. For example, we can simplify this:

x = int(input("please insert a number"))

to

x = inpt.i(int,"please insert a number")

How to install it?

You can type this in the terminal or command prompt to install this package:

pip install inpt

Minumum requirement

python 3.5

Current version

0.0.5

How to use this version

To use this version, you will first need to import it like this:

from inpt import inpt

The format for the library and parameters is like this:

inpt.i(data_type, text for input)

Let's say we want to have a string input that wants the user to input their name. We can do it like this:

from inpt import inpt
c = inpt.i(str,"What is your name?")

The output will be:

What is your name?
<Insert a string here and press enter>

This version has to offer:

Automatic one line space after the input text

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

inpt-0.0.5.tar.gz (6.0 kB view hashes)

Uploaded Source

Built Distribution

inpt-0.0.5-py3-none-any.whl (6.2 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