From 281c8cfa61f97a75e7c94597a3b30a660f7d0d69 Mon Sep 17 00:00:00 2001 From: Melon Bread Date: Mon, 15 Oct 2018 22:48:32 -0400 Subject: [PATCH] =?UTF-8?q?Actually=20filled=20this=20out=20=F0=9F=8E=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5105c26..5d94c62 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,25 @@ -# RetroUFO -A Python script that grabs the latest version of every libretro core from the build bot. +# RetroUFO +[![Platform](https://img.shields.io/badge/Platform-Linux--64-yellow.svg)](https://getfedora.org/en/workstation/download/) +[![Python Version](https://img.shields.io/pypi/pyversions/Django.svg)](https://www.python.org/downloads/) [![License.](https://img.shields.io/github/license/mashape/apistatus.svg)](https://opensource.org/licenses/MIT) + +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_: + +```bash +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