Skip to content

hadobedo/Myrient-Downloader-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Myrient-Downloader-GUI

Tool to download software from Myrient, written in Python image

Features:

  • Downloads software over HTTP from the Myrient Video Game Preservationists
  • Options to decrypts and split downloaded software for use on consoles, storage on FAT32 devices
  • User-friendly setup (prompts users to download required binaries automatically)
  • Cross platform (macOS = ?)

Usage:

  1. Download the latest release for your platform
  2. Run the exe

On first run the user must download/specify location of PS3Dec and optionally set destination folders for downloaded software

To run the script as a .py file:

  1. Clone repo & cd into folder git clone https://github.com/hadobedo/Myrient-Downloader-GUI/ && cd Myrient-Downloader-GUI/
  2. Install the requirements (if on Arch Linux see below) pip install -r requirements.txt
  3. Run the script python3 ./myrientDownloaderGUI.py

Requirements on Arch Linux can be installed like so: sudo pacman -S python-aiohttp python-beautifulsoup4 python-pyqt5 python-requests

PS3Dec is available from the AUR as ps3dec-git Instructions to build PS3Dec on Linux can be found here

Credits/Binaries used:

TODO:

  • add support for more software
  • add support for user specified software
  • clean up code

screenshots: image image