simple multi note randomiser for musical notation practice
A simple random note generator with a Graphical User Interface. Useful for musical notation practice. The random generator makes sure that each subsequent note is different to the preceding one.
Steps to use. 1- please install python 3.6 or above from python.org 2- copy the randomise file (to desktop or anywhere else) 3- make sure that python.exe is in the PATH (for windows) for linux / mac it should work out of the box 4- double click to run
User can edit the notes using a text editor like notepad.
Line 5-6 shows the user interface size and the window title Lines 10-13 contain the notes Line 27 shows the order in which the randomiser displays them.