I Saw there's an option to use the OS library, but how do i print pictures with it? For example, .png files? I don't want to see the image, I want to print it with a printer using Python
import os
os.startfile("C:/Users/gilke/Downloads/File1.txt", "print")