1
0
mirror of https://github.com/Melon-Bread/RetroUFO synced 2024-11-24 16:28:30 -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
2019-03-04 21:18:26 -05: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 📹 🙈 2018-10-21 03:18:15 -04:00
RetroUFO_GUI.py Think I got the macOS core path right this time 2019-03-04 21:18:26 -05:00
RetroUFO.py PyNX can't do what I need it to yet 2019-03-03 00:07:07 -05:00

RetroUFO

Platform Python Version License.

A messy Python script that grabs the latest version of every libretro core from the build bot.


Usage

Just run the script with Python 3:

python3 ./RetroUFO.py

It will then download and extract all the latest versions of each core to their default location based on retroarch.default.cfg for each platform
(Which is only Linux & Windows for right now)

If you are more of a advance user, and want to do things a bit more manually, you can view all the scripts arguments by:

python3 ./RetroUFO.py --help

TO-DO

  • Set where cores are downloaded
  • Set where cores are extracted for RA Usage
  • Choose which architecture you are downloading format
  • Choose what platform you are downloading format
  • Auto detect platform & architecture
  • Download progress bar
  • Keep downloaded archives
  • Give better console output
  • Real error handling