๐ฒ Everforest Factory ๐ญ
June 8, 2023 ยท View on GitHub
Forked from onedark-factory ๐
A simple cli to convert any image to an everforest themed wallpaper

Installation
- Clone the repo.
- Install the required packages using pip as shown below:
pip3 install rich image-go-nord argparse
- Edit the file
conv.pyline 14 with your user name, DO NOT CHANGE THE DIR, IT WILL NOT WORK AS EXPECTED, IF YOU WANT TO EDIT IT THEN DO IT IN BOTHconv.pyandeff.sh. - Install it with:
sudo make install
Usage
from your terminal run:
eff
or
eff /path/to/image/
All the outputs will be in ~/Pictures/eff
UNINSTALL
cdinto the repo folder.- Uninstall it with:
sudo make uninstall
Credits
- Made with Schrodinger-Hat's ImageGoNord, but with the Everforest palette
- Text User Interface (TUI) made with rich