gitextract_g30nn7pr/ ├── .github/ │ └── workflows/ │ └── build_executable.yaml ├── .gitignore ├── LICENSE ├── README.md ├── build_scripts/ │ ├── README.md │ ├── build.sh │ └── install_dependencies.sh ├── examples.sh ├── extract_img.py ├── gui.py ├── io_utils.py ├── make_img.py └── requirements.txt