Installing PrintAtHome - OptrixAU/printathome-python GitHub Wiki

Install Python

First, ensure you have Python 2.7 or above installed (this script was developed on Python 3.7, but should be backwards compatible)

If you don't have it installed already, you can download it here - https://www.python.org/downloads/

Install the Python Image Library (Pillow)

Next, install the Pillow module.

Windows Users: Please ensure that Python must have been added to your path for this to work. If not, see this post - https://geek-university.com/python/add-python-to-the-windows-path/

pip install pillow

Copy Files

Create a directory on your computer, and download this project into it. Strictly speaking you only need the .py file, although the samples are useful if you are learning.

Run the app

Finally, open a terminal or command-prompt window (Windows Users: See this article https://www.thewindowsclub.com/how-to-open-command-prompt-from-right-click-menu), and enter your PrintAtHome command.

You'll discover how to build the command in Guided Usage