Inspired by this article and Daedalus project.
All modules required to run the app are listed in requirements.txt.
If running for the first time, run
pip3 install -r requirements.txt
Then you can just
python3 src
or
python3 src/__main__.py
You will find the script output under out directory.