Skip to content
This repository was archived by the owner on Jan 6, 2021. It is now read-only.

Commit 3c85193

Browse files
authored
Update README.md
1 parent 5b71b00 commit 3c85193

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

README.md

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,29 @@
22
_converts quaver map files (.qp) to osu map files (.osz)_
33

44
---
5-
### step by step instructions to build the app yourself
6-
* install python if not done yet
7-
* install pip if necessary (should ship with python)
8-
* its best to set up a virtual environment for the project but not necessary if you dont know how
9-
* open cmd, nagivate to your directory
10-
* run `pip install -r requirements.txt` to install all package dependencies (mainly pyYaml (.qua parser), pyQT5 (gui) and some QOL stuff)
11-
* run main.py either by double clicking or running `python3 main.py`
5+
### screenshot
6+
![image of the gui](https://i.imgur.com/LYwGaVj.png)
7+
8+
### download
9+
https://github.com/IceDynamix/qua2osu/releases
10+
11+
### step by step instructions
12+
* download qua2osu from releases, no python needed etc.
1213
* gui should pop up, select a folder with your .qp files and select a folder to output your .osz files
1314
* choose available options (currently od, hp, hs volume, hs sample set)
1415
* click convert
1516
* done
1617

18+
### step by step instructions to build the app yourself
19+
* install git, python if necessary
20+
* install pip if necessary (should ship with python)
21+
* clone this repo `git clone https://github.com/IceDynamix/qua2osu.git`
22+
* its best to set up a virtual environment for the project but not necessary if you dont know how
23+
* run `pip install -r requirements.txt` in the directory to install all package dependencies (mainly pyYaml (.qua parser), pyQT5 (gui) and some QOL stuff)
24+
* run main.py either by double clicking or running `python3 main.py`
25+
* enjoy
26+
27+
1728
### notes
1829

1930
if you don't select any paths then it will choose .\samples as the default input path and .\output as the default output path

0 commit comments

Comments
 (0)