Auto Blog Banner Generator
A Python script to generate blog banners. This script is used at RavSam.
The following image is an example of the blog banner generated by this script:
Prerequisites
These things are required before setting up the project.
- Git
- Ubuntu 18.04 or 20.04
- Python
Usage
Follow these instructions to get the project up and running.
# clone the repo
$ git clone https://github.com/ravsamhq/auto-blog-banner.git
# change directory
$ cd auto-blog-banner
# set up project
$ bash src/scripts/setup.sh
# run main
$ python src/main.py $icons $path $name
# example
$ python src/main.py 'font/svgs/solid/robot.svg,font/svgs/brands/google.svg' '/home/username/Public/blogs/hello-world/assets/images/' 'this-is-a-demo-title'
Development
Follow these instructions to get the project up and running.
# clone the repo
$ git clone https://github.com/ravsamhq/auto-blog-banner.git
# change directory
$ cd auto-blog-banner
# set up project
$ bash src/scripts/setup.sh
# run main
$ python src/main.py
Tech Stack
Authors
Extra
- We are open for issues and feature requests.
- In case you get stuck at somewhere, feel free to contact at Mail.
© 2021 RavSam Web Solutions