Version 3.0 - Python Gui and CLI

A full rework on the app , user can now use cli mode or gui mode , multiple new functionalities integrated
This commit is contained in:
peterpt 2025-11-06 12:53:51 -07:00 committed by GitHub
parent 38a2f64473
commit 2a0be5f65f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1674 additions and 0 deletions

6
dependencies.txt Normal file
View file

@ -0,0 +1,6 @@
ffmpeg
yt-dlp
python3-tk
tesseract-ocr
libtesseract-dev
tesseract-ocr-eng

1664
iptv_check.py Normal file

File diff suppressed because it is too large Load diff

4
requirements.txt Normal file
View file

@ -0,0 +1,4 @@
requests
Pillow
pytesseract
colorama