Skip to content

abhishek-paliwal/HTML-Wallpapers-by-Bash-Scripts

Repository files navigation

Instructions to run these Wallpaper Bash Scripts

These wallpaper creation scripts will also create PNG/JPG images automatically from the generated HTML wallpaper files using wkhtmltoimage. You can install these dependencies by the following commands:

## Install it using homebrew on MAC OS : 
## brew install --cask wkhtmltopdf
##
## Install it using linuxbrew on Linux : 
## brew install --cask wkhtmltopdf

  1. Open the _quotes.txt file and change the text. Put one quote per line, and all uppercased.

  2. Run command to create Type 1 wallpapers

    bash wallpaper_creator_type1.sh _quotes.txt
  3. Run command to create Type 2 wallpapers

    bash wallpaper_creator_type2.sh _quotes.txt

Type 1 - HTML output screenshot (background colors are randomly generated)

Sample generated HTML file - Type 1 Wallpaper

type1-wallpaper-samples.jpg

type1-wallpaper-samples.jpg

type1-wallpaper-samples.jpg

Type 2 - HTML output screenshot (Colors are randomly generated)

Sample generated HTML file - Type 2 Wallpaper

type2-wallpaper-samples.jpg

type2-wallpaper-samples.jpg

type2-wallpaper-samples.jpg

About

Scripts for HTML Wallpapers creation using Bash Scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published