From e0d6ae51014c97beca668f9bf6b5218bde2df2d0 Mon Sep 17 00:00:00 2001 From: brockdarnold Date: Sun, 14 Jun 2026 07:17:43 +0000 Subject: [PATCH] publish requirements.txt --- requirements.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..c70ec7d --- /dev/null +++ b/requirements.txt @@ -0,0 +1,12 @@ +# Always needed (delivery): +winotify # Windows toast notifications (Win10/11, no extra runtime) + +# Only needed for mode = ocr: +mss # fast screen-region capture +Pillow # image handling +pytesseract # OCR wrapper -> requires Tesseract-OCR installed separately: + # winget install --id UB-Mannheim.TesseractOCR + # (or https://github.com/UB-Mannheim/tesseract/wiki) + +# timer mode and --snip need no extra packages beyond winotify +# (tkinter ships with the Windows python.org installer).