Windows

To download and install Inkcut for Windows 10 and Windows 7 follow the instructions below.

Install instructions

First download and install python

Next install the dependencies

pip3 install pyqt5

Then install inkcut

pip3 install inkcut

Start it by running

inkcut

If you have trouble installing from source you can also buy a (much easier to use) pre-compiled version with an installer from the store

Linux

Download the package for linux or raspberry pi

Install instructions

First install the system dependencies

sudo apt install python3-pip python3-pyqt5 python3-pyqt5.qtsvg libcups2-dev

Now install inkcut

pip3 install inkcut

Finally run it with

inkcut

Note: You can get the "original version" by downloading inkcut-1.0

Mac

Download and install inkcut using brew and pypi.

Install instructions

First install brew then install the system dependencies using brew.

brew install python3 pyqt5

Now install inkcut using pip

pip3 install inkcut

Finally run it with

inkcut