Skip to content

Search for color names through HEX, or search for color information through names

License

Notifications You must be signed in to change notification settings

game4d/pycolors-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pycolors-kit

License: MIT Python

Description

Search for color names through HEX, or search for color information through names

Installation

Install pycolors-kit into your python environment, using:

pip install pycolors-kit

After installing, you can use the project as follows:

Example

from pycolors_kit import ColorEx


def test():
    color = ColorEx()

    print(color.get_name_by_hex('#fe9956'))
    print(color.get_color_by_name('acapulco sun'))


if __name__ == '__main__':
    test()

About

Search for color names through HEX, or search for color information through names

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages