Skip to content
Snippets Groups Projects
iliya.saroukha's avatar
iliya.saroukha authored
d29bb3a9
History

Prerequisites

Create a python virtual environment

python3 -m venv .venv

Activate the virtual environment

source .venv/bin/activate

Installing the dependencies

pip3 install -r requirements.txt

Running the program

python3 dct.py ./resources/forest.png

Example result

Visual output of the program