ColorWallpaper

Build Status Codecov Codacy Badge Code style PyPI version

A Minimalist wallpaper generator

Get the latest release

Generates wallpapers such as: Example Generated with:\ python -m color_wallpaper --color black --output example.png --formats empty HEX rgb --resolution 960x540 --scale 2

Requirements

Usage

Direct generation: python ColorWallpaper.py --option[s]

Options:

File options

Color options

Display options

Argument formats

Contribute

Setup environment

python -m pip install -r requirements.txt
python -m pip install -r requirements-dev.txt
pre-commit install

Run tests

python -m unittest discover