This is my final project for MU 3100. It is a polyphonic musical notator based on the Guidonian Hand (modern solfege).
If you do not have Python, you will want to install Python version 3.12.1. Downloading Python is available through their website: https://www.python.org/downloads/
Next, download this project by clicking: Code > Download ZIP
Unzip the project and open the folder in a terminal. Mac: https://support.apple.com/guide/terminal/open-new-terminal-windows-and-tabs-trmlb20c7888/mac#:~:text=On%20your%20Mac%2C%20open%20a,window%3A%20Choose%20Open%20in%20Terminal. Windows: https://www.wikihow.com/Open-a-Folder-in-Cmd#:~:text=Click%20the%20Command%20Prompt%20icon,menu%20to%20open%20Command%20Prompt.&text=Type%20the%20drive%20the%20folder,that%20drive%20in%20Command%20Prompt.
Once you are in a terminal in the same folder as the project, you can execute the following command in your terminal to install the dependencies.
pip install -r requirements.txtOnce everything is installed and you are in the same folder as the project in the terminal, execute this command:
python main.py