Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.23 KB

File metadata and controls

44 lines (34 loc) · 1.23 KB

Smooth Color Generator

An easy python script to make smooth colorsets for Rhythia

Index

Installing

Required software:

  • Python (and pip)
  • git for Windows (Windows users) [OPTIONAL]
    • You can install by pressing Code > Download ZIP
    • For my linux homies, the git package
$ git clone https://github.com/mycpphurts/RhythiaSmoothColorMaker.git
$ cd RhythiaSmoothColorMaker
$ pip install -r requirements.txt

Usage

Inside the repository folder:

$ python Smooth.py

Terminology

While inside the script there's some user friendly explanations on what to do, here's some basic terminology:

  • Steps: Number of lines of colors for the transition. Originally putting 50 gave you 100 (smooth in and smooth out), the math for the steps*2 changed to compensate missing colors

Updating

If you are using git for Windows OR the git package on Linux

$ cd RhythiaSmoothColorMaker
$ git pull

Otherwise, download a new ZIP of the source code by pressing Code > Download ZIP