Files
Catser/catser/__init__.py
T

11 lines
295 B
Python

"""
Catser: Desktop Cat Companion for Windows.
Inspired by Workcat.app and Desktop Goose.
Monitors active windows via ActivityWatch (or native Win32 fallback),
spots drift content (Shorts, Reels, TikTok), and closes them with a paw strike!
"""
__version__ = "1.0.0"
__author__ = "Catser Team"