Metadata-Version: 2.4
Name: clicktrack
Version: 0.1.0
Summary: Create click tracks in MIDI format.
Project-URL: Documentation, https://github.com/yaph/clicktrack#readme
Project-URL: Issues, https://github.com/yaph/clicktrack/issues
Project-URL: Source, https://github.com/yaph/clicktrack
Author-email: Ramiro Gómez <code@ramiro.org>
License-Expression: MIT
License-File: LICENSE.txt
Keywords: audio,cli,click track,command line,count-in,midi,midi-generator,music
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.10
Requires-Dist: midiutil
Description-Content-Type: text/markdown

# clicktrack: Create Click Tracks in MIDI Format

[![PyPI - Version](https://img.shields.io/pypi/v/clicktrack.svg)](https://pypi.org/project/clicktrack)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/clicktrack.svg)](https://pypi.org/project/clicktrack)

The `clicktrack` package can be used as a command-line tool or as a library to create click tracks for different time signatures, tempos, and numbers of beats. My personal use case is to create count-in tracks for [ukulele play-along videos](https://www.youtube.com/playlist?list=PLULqxG8JQOdu4oNWuiT_FIaCfsK1OcF05) for my project [UkeAlong](https://ukealong.com/).

This project is in its early stages, and the API may change. To view the command-line options after installing `clicktrack`, run:

    clicktrack -h