Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How about adding color, rainbow? #65

Closed
hongquan opened this issue Jan 1, 2021 · 2 comments
Closed

How about adding color, rainbow? #65

hongquan opened this issue Jan 1, 2021 · 2 comments

Comments

@hongquan
Copy link

hongquan commented Jan 1, 2021

I found that this library is pretty cute, make me laugh at first glance.
Do you have plan to add color, rainbow to the progress bar also?

@rsalmei
Copy link
Owner

rsalmei commented Jan 1, 2021

Hey man, thank you I think 😂.

Yeah, I do think about adding colors, but it's way more difficult than it seems to...
I've described a little what it takes to implement that, take a look: #49
You'll see it's very very hard.

I am working on another big feature for about 6 months, to support grapheme clusters like these!!
So It's at least a little colorful 😄:

    balls = scrolling_spinner_factory('🏀🏈🏉🏐🏓⚾️🥎⚽️🧶🎾🎱', 3, 1)
    flora = bouncing_spinner_factory('🌱🌲🌳🌴🌵🌾🌿🍀🍁🍂', 8)
    fruits = bouncing_spinner_factory('🍎🍍🍌🍋🍊🍉🍈🍇🍅🍓🍒🍑🍐🍏', 10, hide=False)
    flowers = bouncing_spinner_factory('💐🌷🌸🌹🌺🌻🌼', block=3)
    elements = bouncing_spinner_factory(('🔥💨', '🌊⚡️'), 6, 2)

I should release it soon in the 2.0, more info in #51

@hongquan
Copy link
Author

hongquan commented Jan 1, 2021

Thanks.

@hongquan hongquan closed this as completed Jan 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants