So im trying to write a python program to open an image in a folder, using windows image viewer based on users input. Would I have to first open the program and then somehow specify a path or is there a simpler way to do this?
pseudocode:
userselection = input("Type A or B to select the image to open")
if userselection == X Open image using windows image viewer