PlusPlusMan / RichColorPicker

Terminal based color picker with rich color palette.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rich Color Picker

Terminal based color picker with rich color palette.


Rich Color Picker provides easy to use functions that let You find and manage Your colors.

  • How to download and install
    • If You already didn't install Python. Recommended Python version is 3.8
    • From PyPi:
      • To download Rich Color Picker from PyPi simply type in the terminal: pip install rich-colors.
    • From Github:
      • When downloading from Github You need to first install setuptools with pip install setuptools.
      • Download all files from the repository, then open the terminal in the same file that setup.py file is in and type: python setup.py install or python3 setup.py install (on linux You might need to use sudo).
  • Ho to start
    • After installation, type in the terminal rcp-colors. This will start the app.
  • Functions
    • Video showing Rich Color Picker functionality (Click the miniature to open Youtube video)
      • Watch the video
    • Find color from RGB
      • RGB
    • Find color from HSL
      • HSL
    • Find color from HEX
      • HEX
    • Quickly view most important colors in a list
      • COLORS
    • Manage Your saved colors
      • SAVED
      • You can add Your color to saved by clicking S button. Colors will be saved to data file, so when You start the app later again, Your colors will be still there.
    • Change Your settings
      • SETTINGS
      • Settings will be saved when You start Rich Color Picker later again.
    • Additional functions:
      • Randomize: Press 'R' button to get random color.

Shout out to Textualize discord community. Big thanks to davep for helping me to write this program!

About

Terminal based color picker with rich color palette.

License:MIT License


Languages

Language:Python 100.0%