[PR #972] [CLOSED] Adds Halo to Command-Line Application Development Section #877

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

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/972
Author: @manrajgrover
Created: 11/4/2017
Status: Closed

Base: masterHead: add-halo


📝 Commits (4)

  • e873e71 Adds halo to Command-line Application Development section
  • d1d4da1 Add Halo: Fixes the description
  • 5c724ea Merge branch 'master' into add-halo
  • 5282862 Merge branch 'master' into add-halo

📊 Changes

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

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project?

Halo is a beautiful terminal spinner library that allows user to show loaders for async tasks. It provides an API to customize the text and colors, show status of task and over 60+ spinners to choose from. (If there is any feature request, please open an issue. Also, PRs welcome!)

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

Only library to compare here would be with tqdm which is an amazing library in itself.
If one has to draw differences, Halo provides spinners, whereas tqdm provides progress bars which are two different things tackling the similar problem. One can use Halo for building a task list like interface which I believe is not possible with tqdm. Also, Halo focuses more on asynchronous tasks whereas tqdm focuses on synchronous tasks. Finally, Halo provides customizations for spinners and tqdm does the same for progress bars.

--

Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.


🔄 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/972 **Author:** [@manrajgrover](https://github.com/manrajgrover) **Created:** 11/4/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `add-halo` --- ### 📝 Commits (4) - [`e873e71`](https://github.com/vinta/awesome-python/commit/e873e713e9bbd384a3b308057fc0b83068ec9051) Adds halo to Command-line Application Development section - [`d1d4da1`](https://github.com/vinta/awesome-python/commit/d1d4da1032c525201c1f95072322206cac3042a8) Add Halo: Fixes the description - [`5c724ea`](https://github.com/vinta/awesome-python/commit/5c724ea1e6b7a02f0494b7600fc348e9ab875901) Merge branch 'master' into add-halo - [`5282862`](https://github.com/vinta/awesome-python/commit/5282862d3670795dc3dfbf7f6e8b9fdb78735cc6) Merge branch 'master' into add-halo ### 📊 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? `Halo` is a beautiful terminal spinner library that allows user to show loaders for async tasks. It provides an API to customize the text and colors, show status of task and over 60+ spinners to choose from. (If there is any feature request, please open an issue. Also, PRs welcome!) ## What's the difference between this Python project and similar ones? Only library to compare here would be with `tqdm` which is an amazing library in itself. If one has to draw differences, `Halo` provides spinners, whereas `tqdm` provides progress bars which are two different things tackling the similar problem. One can use `Halo` for building a task list like interface which I believe is not possible with `tqdm`. Also, `Halo` focuses more on asynchronous tasks whereas `tqdm` focuses on synchronous tasks. Finally, `Halo` provides customizations for spinners and `tqdm` does the same for progress bars. -- Anyone who agrees with this pull request could vote for it by adding a :+1: to it, and usually, the maintainer will merge it when votes reach **20**. --- <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:04:30 -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#877