mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-18 05:01:00 -05:00
[PR #620] [CLOSED] Add PyPrinter to the Text Processing section #561
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.