tokyo-night-factory
tokyo-night-factory copied to clipboard
Convert Any Image to the Tokyo Night color pallete
🗼Tokyo Night Factory 🏭
Forked from nord-factory 😄
A simple cli to convert any image to a tokyo-night themed wallpaper
Installation
- Clone the repo.
- Install the required packages using pip as shown below:
pip3 install rich image-go-nord argparse
Usage
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!
Note
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
Credits
- Tokyo Night colorscheme by enkia
- Made with Schrodinger-Hat's ImageGoNord, but with the tokyo-night palette
- Text User Interface (TUI) made with rich