Skip to content

Simple tkinter application. Convert RGB(0~255) to multiple color sytem

Notifications You must be signed in to change notification settings

lixphilosophy/color_converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Color Converter

Simple tkinter application. Convert RGB(0~255) to multiple color system (RGB(0~1), HEX, CMKY, HSL)

How to use?

Achieve executable file

Generate standlone Mac OS application by yourself:

Required Environments:

  • Python 3.x (Avoid calculated error happens on Python 2.x)
  • setuptools
  • py2app v0.13 (Generated error happened on v0.14, Sep 13 2017)

Recommended:

  • PyCharm Community Edition IDE editor

Using command line below:

python3 setup.py py2app

Using application directly:

Unzip 'Color Converter.zip', application will be there

Using GUI

Enter three integer (0~255) separated by , as the following format:

xxx,xxx,xxx

Then hint return key or click the convert button on the window

License

Free and Open Source, Feel feel to use and modified it

Contact

You can contact me via [email protected]

About

Simple tkinter application. Convert RGB(0~255) to multiple color sytem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages