Created by: edraobdu
What is this Python project?
Printy is a light and cross-platform library that extends the functionalities of the built-in print() and input(). Adding some basic color and format styles to print() and validation to input()
What's the difference between this Python project and similar ones?
- Easy to use API based on flags instead of color and formats names
- Applies global format or inline format
- Read directly from a file
- Validates user input according to a specific type and returns the value ready to use with that type: 'int', 'bool', 'float', 'str'
- Attaching a list of options to be selected by final users
- More in the repo
--
Anyone who agrees with this pull request could submit an Approve review to it.