Skip to content

ravsamhq/auto-blog-banner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: MIT

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

© 2021 RavSam Web Solutions