# OCR tool to “read” the text embedded in images:
pip install pytesseract
# Web Scraping:
pip install selenium
# Image Processing:
pip install Pillow
# GUI:
pip install customtkinter==0.3- Use pyinstaller or auto-py-to-exe.
- Dependies won't be necessary in sharing .exe files.
App made using CustomTkinter . Thanks to TomSchimansky.
