Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mreintz authored Dec 22, 2021
1 parent 050555d commit 83b9232
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# circleOfFifths
Simple Circle of Fifths application
Simple Circle of Fifths application. Works on both Windows and Linux.

Requires:
- PyQt5==5.15.1
Expand All @@ -9,12 +9,13 @@ Can be built into a single executable binary using:
- pyinstaller @ https://github.com/pyinstaller/pyinstaller/archive/develop.tar.gz
- pyinstaller-hooks-contrib==2020.9

pyinstaller --clean --onefile --windowed --icon=note.ico .\CircleOfFifths.py
`pyinstaller --clean --onefile --windowed --icon=note.ico .\CircleOfFifths.py`

The GUI and resource files are generated from the .ui and .qrc files created with Qt Designer, thus:

pyuic5.exe .\CircleOfFifths.ui -o circle_ui.py
pyrcc5.exe .\CircleOfFifths.qrc -o CircleOfFifths_rc.py
`pyuic5.exe .\CircleOfFifths.ui -o circle_ui.py`

`pyrcc5.exe .\CircleOfFifths.qrc -o CircleOfFifths_rc.py`

![Chords in key mode](/screenshot.png)
![Notes in chord mode](/screenshot2.png)

0 comments on commit 83b9232

Please sign in to comment.