16 lines
737 B
Text
16 lines
737 B
Text
# 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)
|
|
|
|
# Only needed for the audio watcher (eve_audio_watcher.py — lock/depleted/warp cues):
|
|
numpy # FFT sound fingerprinting
|
|
soundcard # Windows speaker (WASAPI) loopback capture
|
|
|
|
# timer mode and --snip need no extra packages beyond winotify
|
|
# (tkinter ships with the Windows python.org installer).
|