ValidateInput

A module that validates whether the input text is a string or an integer


License
MIT
Install
pip install ValidateInput==0.0.1

Documentation

validateInput

A python module for validating user input This module contains 2 functions for user to use. It allows the user to validate whether the input is a string or an integer. Both functions have default values for the prompt text and the error message. These can be set while calling any function from the module. These functions keep asking for the input and only finish when the input is correct. They of course return the input which can be assigned to a variable.