what is this python script

TBD

how to run locally

# 1. install dependencies
$ pip install -r requirement

# 2. run scripts
$ python scripts/{what you want}.py

how to test

TBD

how to lint/format

This project uses pysen.

Before commiting, please run validation commands below

$ cd /path/to/pict_img
$ pysen run lint
$ pysen run format