feat: initialize catser package

This commit is contained in:
2026-09-08 23:02:10 +02:00
parent 7a0d397fb1
commit fe1c3c4b73
+10
View File
@@ -0,0 +1,10 @@
"""
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"