You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change the installer to use tkinter or maybe even this. I think it should be changed because using the progress bar as a percentage of what's done doesn't work a lot of the time and constantly changes depending on the number of operations pyinstaller does. I think using a loading bar would be better. In tkinter, we can use the ttk.ProgressBar which is just a loading bar.
The text was updated successfully, but these errors were encountered:
Change the installer to use tkinter or maybe even this. I think it should be changed because using the progress bar as a percentage of what's done doesn't work a lot of the time and constantly changes depending on the number of operations pyinstaller does. I think using a loading bar would be better. In tkinter, we can use the
ttk.ProgressBar
which is just a loading bar.The text was updated successfully, but these errors were encountered: