Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
FonazzaStent committed May 19, 2022
1 parent 11f8fa4 commit a744901
Show file tree
Hide file tree
Showing 2 changed files with 835 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Text to Color version 1.2.0

The program will convert text to a color.
Have fun converting your name, your pet's name, your city's name, your favorite team's name, your favorite song title, to a high design art color.
Paste or write a word or a longer text into the text window. File-Generate Color or ALT-G to convert the text to a color.
The program will generate three colors from three different algorithm. The first one mixes the absolute values of the Red, Green and Blue channels, the second one converts letters to lightness values, the third one will generate pop colors (with one of the Red, Green, Blue channels set to the max value of 255). The colors will be displayed in the color frames on the right side of the textbox. The corresponding Red, Green, Blue and HEX values will appear in the fields near the color frame. You can copy each value pressing the "Copy" button on the right side of the field for use inside a graphic or photo manipulation program. You can copy the HEX value for each of the tree color variations through File-Copy HEX Value or Alt-H (color 1), Alt-J (color 2), Alt-K (color3). File-Clear or Alt-C will clear the text window. File-Quit or Alt-Q to quit the program.
The Windows executable works by double clicking on the file, needing no additional software installed.
If you want to run the Python source you must install Python. Download Python at www.python.org
After installing Python, you must install the additional module pyperclip. To install pyperclip copy the following command and paste it to a Command Prompt window (or equivalent on Linux or Mac):

pip install pyperclip

New from previous version (1.1.1)
- will now display three colors obtained from three different algorithms
Loading

0 comments on commit a744901

Please sign in to comment.