Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add printy #1536

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add printy #1536

wants to merge 1 commit into from

Conversation

edraobdu
Copy link

@edraobdu edraobdu commented May 1, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants