-4

i want to open installed printer in devices and printers. i used, start_application control printers Devices and Printers
to open the devices and printers. Now i want to double click on the installed printer. for example my printer name is Rose, i want to double on Rose icon and launch it

ShanDice
  • 1
  • 2
  • Welcome to SO! Could you please provide some code, so we can help you? Read [how to ask](https://stackoverflow.com/help/how-to-ask). – 10 Rep May 06 '20 at 03:45

1 Answers1

0

You can use pynput library, additionally you can look of subprocess module.

DARK_C0D3R
  • 1,209
  • 9
  • 19