1
0
mirror of https://github.com/Melon-Bread/RetroUFO synced 2024-11-25 00:38:33 -05:00
A Python script that grabs the latest version of every libretro core from the build bot. https://pypi.org/project/RetroUFO/
Go to file
2018-10-20 23:17:47 -04:00
.gitignore Added PyCharm stuff 2018-10-15 22:46:03 -04:00
LICENSE Initial commit 2018-10-13 15:10:50 -04:00
README.md Added args to keep downloaded archives 2018-10-16 00:29:45 -04:00
RetroUFO.py Split PLATFORM to PLATFORM & ARCHITECTURE ✂️ 2018-10-20 23:17:47 -04:00

RetroUFO

Platform Python Version License.

A messy Python script that grabs the latest version of every libretro core from the build bot.
(As of right now it only downloads the 64-Bit Linux cores)


Usage

Just run the script with Python 3:

python3 ./RetroUFO.py

It will then download and extract all the (latest version) of each core to: ~/.config/retroarch/cores/


TO-DO

  • Set where cores downloaded
  • Set where cores are extracted for RA Usage
  • Choose which architecture you are downloading format
  • Choose what platform you are downloading format
  • Download progress bar
  • Keep downloaded archives