Skip to content

Python script that allows users to download PS3 game updates using an RPCS3 'games.yml' file

License

Notifications You must be signed in to change notification settings

wwboyer/RPCS3-Game-Update-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

RPCS3 Update Downloader

This program is a simple Python script that parses RPCS3's games.yml file and allows the user to download updates for any games in their RPCS3 library using a simple tkinter GUI.

This program requires:

  • Python 3.8 or higher (due to using the amazing walrus operator that caused no controversy and everybody loved)
  • PyYAML (to parse the games.yml file)
  • AIOHTTP (to make HTTP requests without locking up the GUI)
    • Recommended: install AIOHTTP using pip install aiohttp[speedups] for faster DNS resolving and character encoding detection

The program uses an MIT License, so just give me credit if you want to do stuff with it, although quite frankly the code is so bad you probably won't want to use it anyway.

THANKS TO

In addition to the aforementioned libraries and their authors and contributors, I'd like to thank:

About

Python script that allows users to download PS3 game updates using an RPCS3 'games.yml' file

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages