Skip to content

lighttigerXIV/catppuccinifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Catppuccinifier

About

This project gives you a cli and a gui for catppuccinifying your wallpapers. It's available for Linux and Windows. It uses lutgen under the hood

GUI

CLI

How to use cli

The cli version works by selecting the flavor, the noise level and the image to be generated.

Short Full Possible Values Description
-f --flavor latte frappe macchiato mocha oled all Selects the flavor (multiple can be used) [Default: all]
-i --image * Selects the image to generate from. [Field Required]
--hald 2 .. 16 Selects the hald level
-a --algorithm shepards-method gaussian-rbf linear-rbf gaussian-sampling nearest-neighbor Selects the algorithm
--euclide 0 .. 512 Changes euclide value
--nearest 2 .. 26 Changes nearest value
--mean 0 .. 255 Changes mean value
--std 0 .. 255 Changes std value
--iterations 0 .. 1024 Changes iterations value
--power 0 .. 4 Changes power value
-h --help Shows Help
-V --version Shows app version

Examples

catppuccinifier -i fuji.jpg

catppuccinifier -f mocha macchiato -n 3 -i fuji.jpg

Installation

To install catppuccinifier you can use steps presented in the INSTALL.md

Uninstall

To uninstall catppuccinifier you can use steps presented in the UNINSTALL.md

Other amazing people that worked on the project