I used Tkinter to draw some lines in python, and I would like to print this image on a connected usb and / or network printer in Windows. How can I do it?
try it! It uses the os module to run the file on the printer by default!
import os os.startfile("YourDocument", "print")