- Notifications
You must be signed in to change notification settings - Fork0
divyajeettt/music
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
music is simple Python module dealing with Musical Notes and 7-note Scales.
Date of creation:November 01, 2019
This project defines functions for the following tasks:
- Create a random musical scale
- Returning the gap (number of half-steps) between two notes
- Transposing a musical scale
and many more...
To better understand how to use each function, in your project, run:
help(function_name)
To use, clone the repository on your device, navigate to the folder, and move this file to your project folder. Import this file in your project, wherever needed, using:
importmusic
- Can implement equality for two scales more rigorously
- Can implement functions to get the natural major and minor scales, given the root
- Implementation using OOPs
- May upload the project onPyPI