Self-Service Printer

zyzzbrah
New Contributor

Hello everyone,

I want to create a script that can set up a self-service printer. Preferably with python. What path should I follow? I'm curious about your suggestions. If there are source files that I can take as an example, I would be happy if you share them.

 

2 REPLIES 2

dsavageED
Contributor III

It's a shell script, but we have used it for a good few years - https://github.com/UoE-macOS/jss/blob/master/coreconfig-add-printer.sh

We deploy any needed drivers as pkgs and then use the /usr/sbin/lpadmin command to handle setup.

thank u Sir