Metadata-Version: 2.1
Name: ConsoleQuestionPrompts
Version: 2.0.0
Summary: Facilitates asking questions to the user through the console.
Home-page: https://github.com/JEElsner/ConsoleQuestionPrompts
Author: Jonathan Elsner
Author-email: jelsnerbusiness@outlook.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# ConsoleQuestionPrompts
Python module that facilitates asking common types of questions to the user. Accounts for invalid user responses and reprompts the question. Provides a high amount of customization for handling edge cases and input sanitization with straightforward default parameters.

## Installation and use
1. Install Python (at least version 3.x.x)
2. Run `pip install ConsoleQuestionPrompts`
3. Import it into your python code with `import ConsoleQuestionPrompts as questions`


