make your emulator games easy to install.
The idea of this project came up when i got in trouble to install the game ISOs cuz it takes a really long time to find the game, download the zipped file and then extract it in the right folder. So i decided to create this time saver to download games .iso !!! (+300 games available)
It's compatible with python3.10+
first you need to download the zipped file.
curl -O https://raw.githubusercontent.com/lipe14-ops/isostore/master/isostore_windows.zipthen extract it and DO NOT PUT THESE FILES IN SEPARETED FOLDERS.
git clone https://github.com/lipe14-ops/isostore
cd isostore
pip install -r requirements.txt
chmod +x linux_installer.sh
./linux_installer.shfirst you need to create a config.json file config following this pattern:
{
"download_dir": "YOUR DOWNLOAD DIRECTORY",
"extraction_dir": "YOUR EXTRACTION DIRRECTORY"
}If you are a Windows user keep config.json file inside the same folder of the .exe. But on linux put it inside the .config/isostore directory.
On linux run the command isostore. On windows OS run the executable.
- select you action by the index.
- then search for a game.
If picked the option [0] you will just look up for the games... But if you choose the download option now the game will be installed... You can exit the application using q or quit and use the following commands to show the menu: h, help.
made with ❤️ by Filipe 👋 reach me!!!
