i tried doing this, but it does not work with png, if you can help out, that would be great!
import datetime
while True:
now = datetime.datetime.now()
if now.hour == 8 and now.minute == 10:
os.startfile(r'''D:\testpage.png''', "print")
break