Skip to content

Instantly share code, notes, and snippets.

@el3
el3 / threading_example.py
Last active March 6, 2025 21:17
threading in kivy example
from kivy.app import App
from kivy.lang import Builder
from kivy.uix.boxlayout import BoxLayout
from kivy.properties import StringProperty
from kivy.clock import mainthread
import threading
import time