Automation-scripts
Automation-scripts copied to clipboard
Colour palette generator
Script Title - Colour palatte generator
Brief - A simple web app to generate colour palatte using python(flask)
Instructions
- Create a new folder for your script and file/folder name should be appropriate.
- Create a
README.md(using this template) in your folder for program Instructions - add requirements.txt if needed
Programming Language
- [x] Python
Happy Coding
i can do that but with js.
can you assign this issue to me @palanioffcl
import colorsys N = 5 HSV_tuples = [(x*1.0/N, 0.5, 0.5) for x in range(N)] RGB_tuples = map(lambda x: colorsys.hsv_to_rgb(*x), HSV_tuples)
try this to @palanioffcl
@palanioffcl I have some questions about the web-app you want.
- What is input? When open the web-app, users get randomly colors? Or any settings for generating colors?
- What is output? Users get listed-colors image? or listed-color codes as text information?
I'd happy to know these requirements from you. Thank you.
@pawangeek Could you assign me?