|
2 | 2 | _converts quaver map files (.qp) to osu map files (.osz)_ |
3 | 3 |
|
4 | 4 | --- |
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 | + |
| 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. |
12 | 13 | * gui should pop up, select a folder with your .qp files and select a folder to output your .osz files |
13 | 14 | * choose available options (currently od, hp, hs volume, hs sample set) |
14 | 15 | * click convert |
15 | 16 | * done |
16 | 17 |
|
| 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 | + |
17 | 28 | ### notes |
18 | 29 |
|
19 | 30 | 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