python-geeks / Automation-scripts

Repo for creating awesome automation scripts to make my panda lazier
MIT License
1.02k stars 557 forks source link

Colour palette generator #887

Closed palanioffcl closed 1 month ago

palanioffcl commented 2 years ago

Script Title - Colour palatte generator

Brief - A simple web app to generate colour palatte using python(flask)

Instructions

Programming Language

Happy Coding

mehraankush commented 2 years ago

i can do that but with js.

ruchitarpatil001 commented 2 years ago

can you assign this issue to me @palanioffcl

ruchitarpatil001 commented 2 years ago

import colorsys N = 5 HSV_tuples = [(x1.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

MasaakiYagi commented 2 years ago

@palanioffcl I have some questions about the web-app you want.

I'd happy to know these requirements from you. Thank you.

@pawangeek Could you assign me?

ExPl0iT-29 commented 1 month ago

Hey, I have completed the project and other necessary requirements like readme.md and others. Please Assign me to this task. I will make a PR when i am assigned to the task. Thankyou <3