Python Forum
How can I add a progress bar for my software?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How can I add a progress bar for my software?
#3
(Nov-12-2019, 04:17 PM)perfringo Wrote: I remember the days when “beginner” was something which didn’t comprise ability to write 1000 lines of code with CLI interface....
well, I don't know if this is the case with OP code, but actually not so difficult to imagine it - e.g. just imagine some huge repetitive if blocks.

@OP: look at https://pypi.org/project/progressbar2/

also Click has built-in progressbar support https://click.palletsprojects.com/en/7.x...gress-bars
I don't know how you created the CLI
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Messages In This Thread
RE: How can I add a progress bar for my software? - by buran - Nov-12-2019, 04:26 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Progress bar bnadir55 1 1,841 Apr-11-2022, 01:52 PM
Last Post: deanhystad
  Progress Indicator for Xmodem 0.4.6 KenHorse 1 1,984 Jan-30-2021, 07:12 PM
Last Post: bowlofred
  wget progress bar anasrocks 1 4,744 Jun-06-2019, 03:12 PM
Last Post: heiner55
  Progress Finished Question malonn 32 17,684 May-23-2018, 02:43 AM
Last Post: malonn
  how to progress with py jakegold98 1 2,641 Dec-05-2017, 02:58 AM
Last Post: micseydel

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020