A command line utility to play your python file like a piano.
Motivations for writing this library are:
- Gain a more intuitive and out-of-the-box understanding of how my code is executed,
- Emphasize the connection between music and code, while learning about their differences,
- Create a fun toy that can make my day-job more interesting.
(no pip package yet- for another day)
Clone the repository:
> git clone https://github.com/vdwees/tone_trace.git`
Install the module:
> pip install ./tone_trace/
Windows:
> tone_trace.exe my_python_file.py -p
Unix-ish:
> tone_trace my_python_file.py -p