gradientify
A python color module focused on gradients
Setup
from gradientify import Colors
print(Colors.purple_to_white('Hello'))
print(Colors.red_to_blue('Hello'))
print(Colors.green_to_yellow('Hello'))
print(Colors.black_to_white('Hello'))
print(Colors.blue_to_cyan('Hello'))
print(Colors.orange_to_pink('Hello'))
print(Colors.mint('Hello'))
print(Colors.red_to_yellow('Hello'))
print(Colors.blue_to_green('Hello'))
print(Colors.purple_to_blue('Hello'))
print(Colors.pink_to_white('Hello'))
print(Colors.cyan_to_magenta('Hello'))
print(Colors.gray_to_black('Hello'))
print(Colors.blue_to_white('Hello'))
print(Colors.red_to_green('Hello'))
print(Colors.green_to_blue('Hello'))
print(Colors.blue_to_yellow('Hello'))
print(Colors.yellow_to_cyan('Hello'))
print(Colors.magenta_to_red('Hello'))
print(Colors.white_to_black('Hello'))
print(Colors.mystic('Hello'))
print(Colors.ash('Hello'))
Same for inputs and such
colors
purple_to_white
red_to_blue
green_to_yellow
blue_to_cyan
orange_to_pink
mint
red_to_yellow
blue_to_green
purple_to_blue
pink_to_white
cyan_to_magenta
gray_to_black
blue_to_white
red_to_green
green_to_blue
blue_to_yellow
yellow_to_cyan
magenta_to_red
black_to_white
white_to_black
mystic
ash
red_to_white
some colors look bad others look good.
Feel free to suggest some colors by dming me on discord: virtual.cmd