I am working on an Tkinter application in which user can upload the Excel file, and data of that excel file will be stored in database. The rows and columns is not fixed as it varies in each file.
So while the data is being uploaded in database from that file, I want to display the progress bar in the root window.
And that progress bar will only be displayed when the user uploads the file otherwise it will be hidden, and I also need to hide it after few seconds when the uploading is done.
I can create progress bar but don't know how to hide and unhide it and also don't know how to make it work in this case.
Appreciate any help regarding this
Thank you, Anchal Bhargava