-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tkinter GUI download progress #9
Comments
Yeah, thanks for the code it would be nice to have a progress bar, but i'm not a big fan of tkinter (looks bad, slow startup) and including it to zerobundle would significantly increase the size of it. So I think the possible solutions:
|
I'm good at Win32 development and I can make one using ctypes. |
The third option would be not doing this in python, but using a standard installer, placing desktop/startmenu icon like most user expect. |
I think a "green" software (not require install, not write files into other folders) is good. |
I considered using py2exe in Windows. But I think it's not good to create a data directory in exe's path because this will mess it up. I like macOS's bundle. |
I think it's good. But the ZeroBundle doesn't include tkinter.
https://gist.github.com/ysc3839/208c0db6a40677e54027d339e96ad713
The text was updated successfully, but these errors were encountered: