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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IceDynamix authored Dec 16, 2019
1 parent 5b71b00 commit 3c85193
Showing 1 changed file with 18 additions and 7 deletions.
25 changes: 18 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,29 @@
_converts quaver map files (.qp) to osu map files (.osz)_

---
### step by step instructions to build the app yourself
* install python if not done yet
* install pip if necessary (should ship with python)
* its best to set up a virtual environment for the project but not necessary if you dont know how
* open cmd, nagivate to your directory
* run `pip install -r requirements.txt` to install all package dependencies (mainly pyYaml (.qua parser), pyQT5 (gui) and some QOL stuff)
* run main.py either by double clicking or running `python3 main.py`
### screenshot
![image of the gui](https://i.imgur.com/LYwGaVj.png)

### download
https://github.com/IceDynamix/qua2osu/releases

### step by step instructions
* download qua2osu from releases, no python needed etc.
* gui should pop up, select a folder with your .qp files and select a folder to output your .osz files
* choose available options (currently od, hp, hs volume, hs sample set)
* click convert
* done

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


### notes

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

0 comments on commit 3c85193

Please sign in to comment.