publish requirements.txt
This commit is contained in:
parent
a1c3918e56
commit
e0d6ae5101
1 changed files with 12 additions and 0 deletions
12
requirements.txt
Normal file
12
requirements.txt
Normal file
|
|
@ -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).
|
||||
Loading…
Add table
Add a link
Reference in a new issue