Metadata-Version: 2.1
Name: key_bpm_renamer
Version: 0.1.0
Summary: A tool to rename audio files based on their key and BPM
Home-page: https://github.com/komly/key_bpm_renamer
Author: komly
Author-email: komly@yandex.ru
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: eyed3
Requires-Dist: tinytag
Requires-Dist: pydub
Requires-Dist: essentia

# My Audio Renamer

`my_audio_renamer` is a Python tool designed to rename audio files based on their key and BPM (beats per minute). It supports MP3 files and uses popular libraries such as `eyed3` for MP3 metadata handling, `tinytag` for audio metadata extraction, and `pydub` for audio file processing.

## Features

- Extracts BPM and musical key from audio files.
- Renames audio files based on their key and BPM.
- Supports MP3 files for BPM tagging.
- Command-line interface for easy usage.

## Installation

To install `my_audio_renamer`, run:

```bash
pip install my_audio_renamer
```
