Skip to main content

A simple set of music analysis tools based on Python

Project description

Simple Music Tools (SMT)

Simple Music Tools (SMT) is a collection of simple tools for music analysis, built with Python.

Installation

Clone this repository to your local machine and install with pip:

git clone https://github.com/yyygggg2/smt.git
cd smt
pip install smt

Usage

Here is an example of how to use SMT:

from smt import intervals

# Calculate the top note from a given note and interval
result = intervals.get_top_note('c', 'major third')

print(result)  # Prints: 'e'

Contributing

We appreciate and welcome any contributions! Please fork the repository and create a Pull Request with your changes.

License

This project is licensed under the terms of the Apache 2.0 license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

simple_music_tools-0.1.0.tar.gz (5.7 kB view hashes)

Uploaded Source

Built Distribution

simple_music_tools-0.1.0-py3-none-any.whl (5.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page