Skip to content

vdwees/tone_trace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tone_Trace

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.

How to install

(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/

How to run

Windows:

> tone_trace.exe my_python_file.py -p

Unix-ish:

> tone_trace my_python_file.py -p

About

Play your Python like a piano

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages