An open API service indexing awesome lists of open source software.

https://github.com/adk7712/gruvboxify

Gruvboxify is a simple CLI tool that turns any image into Gruvbox colors.
https://github.com/adk7712/gruvboxify

cli gruvbox palette python tool wallpaper

Last synced: 3 months ago
JSON representation

Gruvboxify is a simple CLI tool that turns any image into Gruvbox colors.

Awesome Lists containing this project

README

          

Gruvboxify 🎨




> "If autumn had a terminal, it would be Gruvbox."

An example of Gruvboxify in action

Gruvboxify is a simple CLI tool that turns any image into Gruvbox colors.

More examples here.

## Installation

Gruvboxify can be installed by typing `pip install gruvboxify` in your terminal

## Usage

To use Gruvboxify, type `gruvboxify absolute/path/to/image.png` in your terminal.
This will create a Gruvboxified image in the same folder as the image.

To direct the output image to a specific folder, type `gruvboxify absolute/path/to/image.jpg -o absolute/path/to/folder/` in your terminal.
This will create a Gruvboxified image in the specified folder.

For assistance, type `gruvboxify -h` in your terminal.


###### Inspiration: [gruvbox-factory 🏭](https://github.com/paulopacitti/gruvbox-factory/tree/master)