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?
#1
Hi all,

I wrote a software in Python 3 with a CLI interface. It reads a text file given by the user, takes from it many information, processes them, and produces an excel file with the same information but written in a "human language".

Unfortunately my script is a little bit slowly. For example, to process a text file with 76000 lines it takes around 3 minutes.

To complete the software I wanted to add a progress bar but how can I do it? My source cose has composed by around 1000 lines, with many cicles and custom functions. Can you give me a simple examples please? I need a step by step procedure.

Keep in mind taht I'm still a beginner with the Python. It has been my first and only programming language that I learnt.
Reply


Messages In This Thread
How can I add a progress bar for my software? - by aquerci - Nov-12-2019, 02:04 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,985 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,688 May-23-2018, 02:43 AM
Last Post: malonn
  how to progress with py jakegold98 1 2,644 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