python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
usage: image-check.py [-h] csv_file
verify image URLs in a CSV file
positional arguments:
csv_file the CSV file to verify
options:
-h, --help show this help message and exit