Created
March 5, 2026 15:32
-
-
Save ChicagoDev/d5d26b41dc92ea6e57eabb191c8ea60b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import threading | |
| def thread_create_meme(): | |
| awesome_thread = threading.Thread(target=create_meme) | |
| awesome_thread.start() | |
| threaded = PushButton(app, text="Create With THREAD", command=thread_create_meme, grid=[1, 7]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment