Metadata-Version: 2.1
Name: TMFrame
Version: 0.0.1.dev1
Summary: Music Thumbnail Maker
Home-page: https://github.com/krypton-byte/MFrame
Author: Krypton Byte
Author-email: galaxyvplus6434@gmail.com
License: MIT
Keywords: Thumbnail,Music,Maker
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown

# Music Thumbnail
## Installing
```
pip install TMFrame
```
## Usage
<details>
<summary>FULL</summary>
<br>

```bash
$ python3 -m TMFrame --image example/maxresdefault.jpg --title="It Ain't Me" --artist="Kygo & Selena Gomez" --color='[206, 0, 66]' --out=example/result.jpg

```

</details>

<details>
<summary>CUSTOM</summary>
<br>

```bash
$ python3 -m TMFrame --image=example/maxresdefault.jpg --title="It Ain't Me" --artist="Kygo & Selena Gomez" --color='[206, 0, 66]' --out=example/result.jpg --width=500

```

</details>

# RESULT

<details>
<summary>BEFORE</summary>
<br>
<img src="example/maxresdefault.jpg">
</details>
<details>
<summary>AFTER</summary>
<br>
<img src="example/result.jpg">
</details>

Thanks to <a href="https://github.com/plucyvrz">plucyvrz</a> for making the frame


