mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-25 04:23:49 -05:00
[PR #972] [CLOSED] Adds Halo to Command-Line Application Development Section #877
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/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.