Python Script to provide a simple commandline interface for extract-xiso by the XboxDev organisation.
Idea and inspiration came from this Script created by IronRingX
Supports Windows only.
- Download the latest release from here
- Place the extract-xiso-py.exe into the folder with your ISO files or extracted folders.
- Either let the Tool download extract-xiso or place your own copy called extract-xiso.exe besides the main executable.
- Select whatever option to choose by entering the corresponding number (confirm deleting sourcefiles or not).
- Processed files are in a newly created folder called 'output' besides the main executable.
- Download the Repository via git or just as zip
- Install Python and add it to System Path
- Install PyInstaller using
pip install pyinstaller
- cd to the directory containing the icon.ico, extract-xiso.py and extract-xiso-py.spec file and run
pip install -r requirements.txt
and thenpyinstaller extract-xiso-py.spec
or just run the build.bat
Q: Why did you create this?
A: I had a large collection of Game Dumps that took to much space over time so i wanted to batch process them with this batch script but figured an interface would be nicer.
Q: Will there be Linux or MacOS Support?
A: While extract-xiso is compatible with those my Script won't be, to be honest mostly because i'm to lazy but everyone is free to fork the repository and do it themselfes.
Q: Will this get frequent Updates?
A: Probably not, i had this script on my PC since last Year Christmas so the only reason i released this is so maybe someone finds use from it. That also means that support is probably limited.
in for creating and XboxDev organisation for maintaining extract-xiso
IronRingX for batch-xiso-extract