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
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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/1536
Author: @edraobdu
Created: 5/1/2020
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
cb84a0cAdd printy📊 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?
--
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.