Skip to content

Instantly share code, notes, and snippets.

@ChicagoDev
Created March 5, 2026 15:32
Show Gist options
  • Select an option

  • Save ChicagoDev/d5d26b41dc92ea6e57eabb191c8ea60b to your computer and use it in GitHub Desktop.

Select an option

Save ChicagoDev/d5d26b41dc92ea6e57eabb191c8ea60b to your computer and use it in GitHub Desktop.
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