Python Versions: 3.7.9
I've tried using Pillow/PIL with show() and close() however that just closes the command prompt and leaves the file viewer still open.
I've tried subprocess Popen but that just gives me the error 'The system cannot find the file specified' even though the file is correct. So I'm just stuck right now. I figured this would've been a simple process for Python.
I'm just trying to open an image and then after the user clicks a button, be able to close it.
Open to suggestions/libraries. Thanks!