gatterius / eve-local-checker

A small bot for EVE Online which checks the local chat window and gives a signal if any non-green character is present (with optional warpout).
4 stars 1 forks source link

What is PIL.imageOps #1

Open he11-666 opened 2 years ago

he11-666 commented 2 years ago

o7 when I try to run this it fails no doubt because I'm doing something wrong but it gives me error message "no module named "PIL""

Hoping this isn't a dead thread and you can help me out of my quandary.

gatterius commented 2 years ago

Hi @he11-666

That is because you do not have Pillow module installed. Before running the app, run the following commands in terminal/command line: python3 -m pip install --upgrade pip python3 -m pip install --upgrade Pillow keyboard pyautogui pyscreenshot pytesseract playsound pyttsx3