printers

How to send print job to printer in python

How to send print job to printer in python Question: I used Tkinter to draw some lines in python and I would like to print that picture to usb connected and/or network printer in Windows. How should I do that? Asked By: BK C. || Source Answers: try this! It uses os module to start …

Total answers: 1