Skip to content

Instantly share code, notes, and snippets.

@Adam-D-Lewis
Adam-D-Lewis / pystray_example.py
Last active August 21, 2025 16:40
pystray (0.19.5) example
import os
import sys
import threading
import time
import webbrowser
from dataclasses import dataclass
from datetime import datetime
from typing import Iterable, Tuple
# Third-party