imgFromX is a python script to extract images from Excel files, or convert a pdf into image files. Built with Python 3.7.2 and compiled with PyInstaller 3.4.
Use the package manager pip to install the required dependencies.
pip install -r requirements.txt
Run as you would any other python script:
python imgFromX.py
When the script runs you are prompted to select the file you want to extract images from. If the file is of an unsupported type the console will log out an error.