-
TODOs
- [ ] Use SVG gif, if it is available, or ship gif with various resolutions
- [X] Add a message before the window appears to mask unnecessary load time and 2 buttons to continue or stop loa…
-
Recently bundling of tk was improved: https://github.com/pypy/pypy/commit/99cdfd711d2d7b3cc962874872644384c1551136
I can see `libtk8.6.dylib` now, but at least one more file seems to be needed:
…
-
Environment: Mac OSX 15.1
Browser: Safari, Firefox, Chrome
When I click "Select Local Images" the app crashes.
Network tab says it's trying to make a POST call to "/select_directory", but the r…
-
If [tkdocs\.org's article on the event loop](https://tkdocs.com/tutorial/eventloop.html) is to be believed, `widget.event_generate()` is **the** thread-safe way to interact with it:
> If you need t…
-
I would like to a simple tkinter app, named Hello World. Its basic operation is to take the user's name or some texts from the user input and will show it in upper case and normal case, both are optio…
-
The app GUI always freezes after running a method with toast notif in it... idk but you may give yourself a try...
this method is a member of a tkinter toplevel class which i invoke when user clicks…
-
Develop a Python To-Do list application using Tkinter or PyQt. Integrate the app with Google Calendar API to synchronize tasks and events.
Read issue #11 (Message for Hacktoberfest Contributors) …
-
### Type of Issue (Enhancement, Error, Bug, Question)
Question
----------------------------------------
#### Operating System
W10
#### PySimpleGUI Port (tkinter, Qt, Wx, Web)
tkinter
…
-
create a To-do app using Tkinter and can also add timer or reminder feature
-
_Tested on Windows 10_
The two dropdown menu widgets, CTkOptionMenu and CTkComboBox throw a `TcLError: invalid command name` when the window's scale changes **after** being destroyed. Tested scenario…