Skip to content

Cli

Auto-generated documentation for musicalgestures.cli module.

Command-line interface for MGT-python.

The Musicalgestures command provides quick access to the most common analysis and visualisation operations without writing Python code.

Usage

musicalgestures --help
musicalgestures motion dancer.avi --thresh 0.05 --filtertype Regular
musicalgestures videograms dancer.avi
musicalgestures average dancer.avi
musicalgestures info dancer.avi
musicalgestures convert dancer.avi --to mp4

Install CLI dependencies with

pip install musicalgestures[cli]

main

[find in source code]

def main() -> None:

Entry point registered in pyproject.toml as Musicalgestures.