[PR #1536] [CLOSED] Add printy #1337

Closed
opened 2025-11-06 13:14:13 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/1536
Author: @edraobdu
Created: 5/1/2020
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/1536 **Author:** [@edraobdu](https://github.com/edraobdu) **Created:** 5/1/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`cb84a0c`](https://github.com/vinta/awesome-python/commit/cb84a0c39be6415c653ee62bf937b42c47b39358) Add printy ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## 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](https://github.com/edraobdu/printy) -- Anyone who agrees with this pull request could submit an *Approve* review to it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:14:13 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#1337