Metadata-Version: 2.2
Name: mp3art
Version: 1.0.3
Summary:  A terminal command to add or remove cover art for MP3 files.
Home-page: https://github.com/rynstwrt/mp3art
Author: rynstwrt
Description-Content-Type: text/markdown
Requires-Dist: mutagen~=1.47.0
Requires-Dist: setuptools~=75.8.0
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: summary

# MP3Art
A python module terminal command to add or remove cover art for MP3 files.


```
usage: mp3art [-h] {add,remove} ...

Add or remove cover art to MP3 files.

options:
  -h, --help    show this help message and exit

Subcommands:
  Which operation to perform.

  {add,remove}  Add or remove cover art for an MP3 file.
    add         Add cover art to an MP3 file.
    remove      Remove cover art to an MP3 file.
```


### Installation:
Simply install with `pip install mp3art`.


<br>


## Add Cover Art
```
usage: mp3art add [-h] mp3 cover

positional arguments:
  mp3         Path to the MP3 file.
  cover       Path to the cover art file.

options:
  -h, --help  show this help message and exit
```


<br>


## Remove Cover Art
```
usage: mp3art remove [-h] mp3

positional arguments:
  mp3         Path to the MP3 file.

options:
  -h, --help  show this help message and exit
```


<br>


### Links:
- GitHub: https://github.com/rynstwrt/mp3art
- PyPi: https://pypi.org/project/mp3art
