kevendasilva / album-cover-cli

I created this project to automate the process of creating album covers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Album cover - CLI

About

I created this project to automate the process of creating album covers. I'm not a musician, but I love music and I love programmig. So I decided to create covers for my projects.

The structure

The following figure shows how the data passed in command line is placed in the final image.

How to use

In the folder of the CLI, try in your terminal:

$ python album_cover_cli -h

and also run:

$ python album_cover_cli cover -h

the expected exit is:

usage: album-cover-cli [options] cover [-h] -t TITLE [-s SUBTITLE] [-d DESCRIPTION] -ip IMAGE_PATH

options:
  -h, --help            show this help message and exit
  -t TITLE, --title TITLE
                        album name
  -s SUBTITLE, --subtitle SUBTITLE
                        album subtitle
  -d DESCRIPTION, --description DESCRIPTION
                        album description
  -ip IMAGE_PATH, --image-path IMAGE_PATH
                        album image path

About

I created this project to automate the process of creating album covers.


Languages

Language:Python 100.0%