quick_input 0.1.1

A lightweight library to easily handle user input wich supports custom messages.
Documentation
1
2
3
4
5
6
7
8
9
# Quick Input

-------------
This lightweight library offers a quick and easy way of handling user input, which can then
be assigned to a variable directly. All functions handle the possibility of invalid values by
looping until the desired type is inputted.

Both an initial prompt message and error message are customisable and optional.
If the error message is left empty (None), a default error message will be displayed
(relaying on the default message should be avoided when possible).