You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

input-num

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

input-num

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

1.1.5
pipPyPI
Maintainers
1

CodeFactor

input_num

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

Installation

  • 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 ⚠️

    Do you want to be reminded to update the package? Run input_num.allow_update() RIGHT AFTER importing the package.

Uninstallation

  • Windows / macOS

    Run python3 -m pip uninstall input_num

  • Linux

    Run python3 -m pip uninstall input_num

FAQ

  • Question

    Answer

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

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts