I have a script which reads data from a .xlsx file and put them in various DB tables. I would like to show the user the percentage of activity in progress. The processing time is variable and the user may get the feeling that something is wrong. I have read several articles in stackoverflow but they all had a definite time or quantity.
It should work inside pyqt5 enviroment.