Skip to content

[Question] Manually updatable progress bars #399

Discussion options

You must be logged in to vote

The BarColumn accepts bar_width, which you can set to your desired width, or None for maximum available width.

You can also set style for the shadow color. See the BarColumn reference for details. You can subclass BarColumn or any other column class.

If you don't want to clear the entire screen, you can use rich.live_render which is what Progress uses under the hood. It's not documented yet, but it's straight forward to use.

Replies: 4 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@andrzejnovak
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by andrzejnovak
Comment options

You must be logged in to vote
2 replies
@willmcgugan
Comment options

@andrzejnovak
Comment options

Comment options

You must be logged in to vote
1 reply
@andrzejnovak
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #399 on October 22, 2020 14:24.