Install the following:
Software Requirements
Python packages
- Pillow: Pillow is a Python Imaging Library (PIL), which adds support for opening, manipulating, and saving images.
- screeninfo: Python library to fetch location and size of physical screens.
- numpy: NumPy is a general-purpose array-processing package.
- wxpython (tray applet, GUI & slideshow, optional): wxPython is a cross-platform GUI toolkit for the Python programming language.
- PyObjC: Interfacing with MacOS
# Run the following command in your terminal to install the python packages
pip3 install --upgrade Pillow screeninfo numpy wxpython PyObjC
# Clone the project
git clone https://github.com/hhannine/superpaper/