Skip to content

Getting Started

shinrax2 edited this page Jan 23, 2024 · 6 revisions

Setting up the requirements

This part is only required when you are running the program from source!

Requirements:

  • Python 3.7
  • pip
  • requests
  • requests[socks]
  • keyring
  • PySimpleGUI

Installing the required libaries:

python -m pip install -r requirements.txt

Running it

To run it from source open a terminal in the main directory and type:

python main_ps3gud.py

To run a compiled binary version double-click the extracted executable

Searching for game updates

  • Type the TitleId into the input field

TitleId input

  • Click the "Search" button

Search button

  • Now the update select window will appear

Select one or multiple updates from the table

Selection table

  • Click the "Download" button to start downloading the selected updates!

Download button

  • OR click the "Add to download queue" button to add it to the download queue and go back to the main window to search for updates or manage your download queue

Add to queue button

Clone this wiki locally