[PR #2698] Add chromolog micromodule to 'Logging' section #2011

Open
opened 2025-11-06 13:27:41 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/2698
Author: @tutosrive
Created: 5/7/2025
Status: 🔄 Open

Base: masterHead: add-chromolog


📝 Commits (2)

  • 2f03fac Add chromolog micromodule to 'Logging' section
  • 2a21c7b Update link to repo chromolog, to github

📊 Changes

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

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project?

A micromodule for printing colored console messages. Using methods like inf(), suc(), exc(), warn(), err(), it saves the developer from having to type Unicode characters to colorize console messages.

Describe features.

  • color-coded messages (errors, warnings, etc.)
  • installation via pypi.org (pip install chromolog)

What's the difference between this Python project and similar ones?

  • simplicity
  • Use different methods
  • A simple console log

Enumerate comparisons.

--

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/2698 **Author:** [@tutosrive](https://github.com/tutosrive) **Created:** 5/7/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `add-chromolog` --- ### 📝 Commits (2) - [`2f03fac`](https://github.com/vinta/awesome-python/commit/2f03fac4764d1ee879d06758dc4f2c7c69c5ef20) Add `chromolog` micromodule to 'Logging' section - [`2a21c7b`](https://github.com/vinta/awesome-python/commit/2a21c7be1cfa70e7c5ec7c5ec0a2d80518aa228f) Update link to repo chromolog, to github ### 📊 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? A **micromodule** for printing colored console messages. Using methods like `inf()`, `suc()`, `exc()`, `warn()`, `err()`, it saves the developer from having to type Unicode characters to colorize console messages. Describe features. - color-coded messages (errors, warnings, etc.) - installation via [pypi.org](https://pypi.org/project/chromolog/) (`pip install chromolog`) ## What's the difference between this Python project and similar ones? - simplicity - Use different methods - A simple console log Enumerate comparisons. -- 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:27:41 -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#2011