Implementing 2D line transformations using matrix multiplication and a basic line scan-conversion algorithm. In order to run the main program, you must have a version of Python that is 3.6+ and have NumPy and Pillow installed.
pip3 install --upgrade numpy
pip3 install --upgrade Pillow