PyPrinter provides a very easy and quick way to print with colors, which is great for any command-line or interpreter based Python app (or script). It also supports unicode letters printing, recursive indentation support, and automatic wrapping based on the window size.
It is written in pure-python, so installing it is easy as well!
Vote for this pull request
Who agrees that this change should be merged could add your reactions (e.g. 👍) to this pull request.
🔄 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/620
**Author:** [@ofir123](https://github.com/ofir123)
**Created:** 4/19/2016
**Status:** ❌ Closed
**Base:** `master` ← **Head:** `patch-1`
---
### 📝 Commits (3)
- [`2a9a328`](https://github.com/vinta/awesome-python/commit/2a9a328512105cb01b039e96142c11802e0925cd) Added PyPrinter to the Text Processing section
- [`56021c0`](https://github.com/vinta/awesome-python/commit/56021c0d596de25cddd3cd2a64d77cf65f4c80ad) Fixed a tests-related issue
- [`d2c8996`](https://github.com/vinta/awesome-python/commit/d2c899613187557bee91f8cf42979607183ebe9b) Another tests-related fix
### 📊 Changes
**1 file changed** (+3 additions, -2 deletions)
<details>
<summary>View changed files</summary>
📝 `README.md` (+3 -2)
</details>
### 📄 Description
## Why is PyPrinter is awesome?
PyPrinter provides a very easy and quick way to print with colors, which is great for any command-line or interpreter based Python app (or script). It also supports unicode letters printing, recursive indentation support, and automatic wrapping based on the window size.
It is written in pure-python, so installing it is easy as well!
## Vote for this pull request
Who agrees that this change should be merged could add your reactions (e.g. :+1:) to this pull request.
---
<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/620
Author: @ofir123
Created: 4/19/2016
Status: ❌ Closed
Base:
master← Head:patch-1📝 Commits (3)
2a9a328Added PyPrinter to the Text Processing section56021c0Fixed a tests-related issued2c8996Another tests-related fix📊 Changes
1 file changed (+3 additions, -2 deletions)
View changed files
📝
README.md(+3 -2)📄 Description
Why is PyPrinter is awesome?
PyPrinter provides a very easy and quick way to print with colors, which is great for any command-line or interpreter based Python app (or script). It also supports unicode letters printing, recursive indentation support, and automatic wrapping based on the window size.
It is written in pure-python, so installing it is easy as well!
Vote for this pull request
Who agrees that this change should be merged could add your reactions (e.g. 👍) to this pull request.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.