@trentgonzales If that doesn't work, make a new file in the repl called requirements.txt (EXACTLY that) (if u haven't already) then in its own line put in the word Pillow that is the equivalent to pip install. then at the beggining of the python file put in from PIL import Image
How do I get an image to show in my python program?
@trentgonzales If that doesn't work, make a new file in the repl called
requirements.txt
(EXACTLY that) (if u haven't already) then in its own line put in the wordPillow
that is the equivalent to pip install. then at the beggining of the python file put infrom PIL import Image