parent
6688dad512
commit
8c2895b57c
1 changed files with 14 additions and 2 deletions
@ -1,2 +1,14 @@ |
||||
# music_report |
||||
A script for handling the music report exported from Hindenburg. |
||||
# Instructions |
||||
|
||||
_Make sure you have Pandas installed, else run pip install pandas_ |
||||
|
||||
**In terminal:** |
||||
cd <path to folder where you want the music report to end up> |
||||
|
||||
**In Hindenburg:** |
||||
Choose File > Music Report, then Copy |
||||
|
||||
**In terminal:** |
||||
python <drag the musicreport.py file into the terminal window>, should then look like python <path to musicreport.py> |
||||
|
||||
_You can start in Hindnburg, just make sure you're not copying anything – like a path – before you run the script as the script gets the info from clipboard. |
||||
|
||||
Loading…
Reference in new issue