Forked from nord-factory 😄
A simple cli to convert any image to a tokyo-night themed wallpaper
- Clone the repo.
- Install the required packages using pip as shown below:
pip3 install rich image-go-nord argparse
Go to the directory containing the conv.py
script and run it using:
python3 conv.py
Then follow the on-screen instructions, and voila you'll have your tokyo-night themed image ready in no time!
The output image usually doesn't look good when the input image is complex or has a lot of colors. It works best with simple minimal images with a few colors like the image shown above. Keep this in mind
- Tokyo Night colorscheme by enkia
- Made with Schrodinger-Hat's ImageGoNord, but with the tokyo-night palette
- Text User Interface (TUI) made with rich