You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

gradientify

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gradientify

A Python package for gradient colors

2.0.9
pipPyPI
Maintainers
1

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

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts