https://github.com/alexpreynolds/colormaker
Starting with a seed color and desired number of colors, returns an array of colors
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (2.8%) to scientific vocabulary
Repository
Starting with a seed color and desired number of colors, returns an array of colors
Basic Info
- Host: GitHub
- Owner: alexpreynolds
- License: gpl-3.0
- Language: Python
- Default Branch: master
- Size: 15.6 KB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
colormaker
Starting with a seed color and desired number of colors, returns an array of colors which are roughly divided through the HSV color space.
To use, specify an RGB triplet as a braced list, where red, green and blue values are between 0 and 255, as well as the desired number of colors. The result is returned to standard output as hexadecimal values of the original starting color and additional calculated colors:
``` $ ./colormaker.py --seed="[222,127,5]" --number=5
de7f05
4005de
09de05
de0548
0587de
```
To get RGB triplets or RGBA quartets as standard output, add the --asRGB or --asRGBA option:
$ ./colormaker.py --seed="[222,127,5]" --number=5 --asRGB
rgb(222,127,5)
rgb(64,5,222)
rgb(9,222,5)
rgb(222,5,72)
rgb(5,135,222)
Owner
- Name: Alex Reynolds
- Login: alexpreynolds
- Kind: user
- Location: Seattle, WA USA
- Company: Altius Institute for Biomedical Sciences
- Website: bitsumma.com
- Repositories: 92
- Profile: https://github.com/alexpreynolds
Pug caregiver, curler, cyclist, gardener, beginning French scholar
GitHub Events
Total
Last Year
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Alex Reynolds | a****s@g****m | 3 |
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0