mirror of
https://github.com/Melon-Bread/RetroUFO
synced 2025-07-04 04:44:37 -04:00
Compare commits
5 Commits
pypi-packa
...
master
Author | SHA1 | Date | |
---|---|---|---|
75904ce32c | |||
bb40512a2d | |||
510e219161 | |||
f020623389 | |||
1cd5199c69 |
13
README.md
13
README.md
@ -17,7 +17,7 @@ python -m pip install --user RetroUFO
|
|||||||
|
|
||||||
### Usage-CLI
|
### Usage-CLI
|
||||||
|
|
||||||
Just run the script with _Python 3_:
|
Just run the script from the terminal:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
RetroUFO
|
RetroUFO
|
||||||
@ -33,7 +33,7 @@ RetroUFO --help
|
|||||||
|
|
||||||
### Usage-GUI
|
### Usage-GUI
|
||||||
|
|
||||||
The GUI script uses [Qt for Python](https://wiki.qt.io/Qt_for_Python) ([PySide2](https://pypi.org/project/PySide2/)). So you can make sure you have that package installed by running if you plan to run the script manually:
|
The GUI script uses [Qt for Python](https://wiki.qt.io/Qt_for_Python) ([PySide2](https://pypi.org/project/PySide2/)). So you can make sure you have that package installed if you plan to run the script manually:
|
||||||
```bash
|
```bash
|
||||||
python -m pip install --user PySide2
|
python -m pip install --user PySide2
|
||||||
```
|
```
|
||||||
@ -41,7 +41,7 @@ python -m pip install --user PySide2
|
|||||||
|
|
||||||
After that you can just run the script like so:
|
After that you can just run the script like so:
|
||||||
```bash
|
```bash
|
||||||
RetroUFO_GUI
|
RetroUFO-GUI
|
||||||
```
|
```
|
||||||
|
|
||||||
You can then just click the `Grab Cores` button at the bottom and then you should be all set.
|
You can then just click the `Grab Cores` button at the bottom and then you should be all set.
|
||||||
@ -60,13 +60,14 @@ If you have your core directory set somewhere special you can override where the
|
|||||||
### TO-DO
|
### TO-DO
|
||||||
|
|
||||||
- Set where cores are downloaded
|
- Set where cores are downloaded
|
||||||
|
- Real error handling
|
||||||
|
- Support for ARM detection
|
||||||
|
- Download progress bar
|
||||||
|
- Join the code base between the CLI & GUI
|
||||||
- ~~Set where cores are extracted for RA Usage~~
|
- ~~Set where cores are extracted for RA Usage~~
|
||||||
- ~~Choose which architecture you are downloading format~~
|
- ~~Choose which architecture you are downloading format~~
|
||||||
- ~~Choose what platform you are downloading format~~
|
- ~~Choose what platform you are downloading format~~
|
||||||
- ~~Auto detect platform & architecture~~
|
- ~~Auto detect platform & architecture~~
|
||||||
- Download progress bar
|
|
||||||
- ~~Keep downloaded archives~~
|
- ~~Keep downloaded archives~~
|
||||||
- ~~Make GUI~~
|
- ~~Make GUI~~
|
||||||
- Real error handling
|
|
||||||
- Support for ARM detection
|
|
||||||
- ~~Make a PyPi package~~
|
- ~~Make a PyPi package~~
|
||||||
|
BIN
icon.png
BIN
icon.png
Binary file not shown.
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
@ -1,2 +1,2 @@
|
|||||||
PySide2>=5.12.3
|
PySide2>=5.14.0
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user