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>
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/972
Author: @manrajgrover
Created: 11/4/2017
Status: ❌ Closed
Base:
master← Head:add-halo📝 Commits (4)
e873e71Adds halo to Command-line Application Development sectiond1d4da1Add Halo: Fixes the description5c724eaMerge branch 'master' into add-halo5282862Merge 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?
Halois 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
tqdmwhich is an amazing library in itself.If one has to draw differences,
Haloprovides spinners, whereastqdmprovides progress bars which are two different things tackling the similar problem. One can useHalofor building a task list like interface which I believe is not possible withtqdm. Also,Halofocuses more on asynchronous tasks whereastqdmfocuses on synchronous tasks. Finally,Haloprovides customizations for spinners andtqdmdoes 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.