Installation

Warning

In the next major release (3.0.0) the requirements for the pdf creation will change. img2pdf will not be used anymore and instead Wand and you will need to install ImageMagick too for it to work. Installation instructions will be updated accordingly.

Note

If you already have python installed in you system please verify that the script folder is in your PATH or you wont be able to call pyscandl.
If you encounter a similar line during the installation it mean that you don’t have the script folder in your PATH, add it to it
prompt if not in path

Installing python (if not already on your system)

Windows

  1. Download python from their website
  2. Launch the installer
  3. don’t forget to add Python to the PATH
python installed annoted

Linux

Install it from your package manager of choice

Mac

I don’t have a mac so i can’t tell you the best method but like for windows the python installer from their website should work, otherwise you can use brew

Using setup.py

This option is recommended for development and people wanting to use the bleeding edge before the releases. Stability is not guaranteed.

  1. install the python program:
git clone https://github.com/Ara0n/pyscandl.git
cd pyscandl
python3 setup.py install
  1. enjoy

Requirements

The current python requirements are:

requests~=2.25.1
img2pdf~=0.4.0
Pillow~=8.1.0
cfscrape~=2.1.1
beautifulsoup4~=4.9.3