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.
- Host: GitHub
- URL: https://github.com/adk7712/gruvboxify
- Owner: adk7712
- License: mit
- Created: 2025-04-21T20:15:32.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-04-21T20:21:02.000Z (6 months ago)
- Last Synced: 2025-06-07T10:34:00.845Z (4 months ago)
- Topics: cli, gruvbox, palette, python, tool, wallpaper
- Language: Python
- Homepage: https://pypi.org/project/gruvboxify/
- Size: 6.84 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Gruvboxify 🎨
![]()
![]()
> "If autumn had a terminal, it would be Gruvbox."
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)