Skip to main content

Python package - input_num is like input but it only accepts numbers

Project description

CodeFactor

input_num

Python package - input_num is like input but it only accepts numbers


Instalation

  • Windows / macOS

    Run python3 -m pip install input_num

  • Linux

    Run python3 -m pip install input_num

Usage

  • Windows / macOS / Linux

    Add this to your script: import input_num input_num("Enter your age: ")

    ‎ Command scheme: input_num("Question: ", AllowNegativeNumbers, DoesPressingEnterReturnNothing)

    • First option: If you want to allow only positive numbers (numbers WITHOUT - at the begining), use input_num("Something", False). False just means Allow negative numbers = False And it is optional argument Default value is True

    • Second option: There is also second option, does pressing enter return "" ? Set it to False to make pressing enter ask you again. Example: input_num("Try pressing enter: ", True, False) - this allows negative numbers and disallows entering nothing. It is optional argument Default value is True

    ‎ ⚠️ If you want to set only second option, set the first option too ⚠️

Uninstallation

  • Windows / macOS

    Run python3 -m pip uninstall input_num

  • Linux

    Run python3 -m pip uninstall input_num

FAQ

  • Question

    Answernot enough

Do you like this? Hit that ⭐!
Use the star button as way to show us, that it works
Forks and pull requests are welcome of course

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

input_num-0.1.1.tar.gz (3.7 kB view details)

Uploaded Source

Built Distribution

input_num-0.1.1-py3-none-any.whl (3.7 kB view details)

Uploaded Python 3

File details

Details for the file input_num-0.1.1.tar.gz.

File metadata

  • Download URL: input_num-0.1.1.tar.gz
  • Upload date:
  • Size: 3.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for input_num-0.1.1.tar.gz
Algorithm Hash digest
SHA256 5671507e6fb24453c0d71c3098605db22d62b81f5323988c78a02d629aeac393
MD5 e62d1e0a3dd437de489a4a531b46e18d
BLAKE2b-256 19e7741031ebe19f4ce7216c86e036de7587accb5bcdbb0d7a12904743eff4e5

See more details on using hashes here.

File details

Details for the file input_num-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: input_num-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 3.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for input_num-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 1e8b869d4b94f30f1ec62f7f8f0c0711d31bf6c5a2c688a629f8c60730f78ec6
MD5 1109015cb27c878d55d7437e51f6652f
BLAKE2b-256 c54a1ab80c7b709a3235e3cb3d3686b05c79a1155ff5f6f7ef065a15b0c9617c

See more details on using hashes here.

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