Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Colour palette generator #887

Closed
1 task done
palanioffcl opened this issue Oct 9, 2022 · 5 comments · Fixed by #992
Closed
1 task done

Colour palette generator #887

palanioffcl opened this issue Oct 9, 2022 · 5 comments · Fixed by #992
Assignees
Labels
beginner-friendly For beginners good first issue Good for newcomers hacktoberfest Supporting Hacktoberfest up-for-grabs

Comments

@palanioffcl
Copy link
Contributor

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

  • Python

Happy Coding

@palanioffcl palanioffcl added beginner-friendly For beginners good first issue Good for newcomers hacktoberfest Supporting Hacktoberfest up-for-grabs labels Oct 9, 2022
@mehraankush
Copy link

i can do that but with js.

@ruchitarpatil001
Copy link

can you assign this issue to me @palanioffcl

@ruchitarpatil001
Copy link

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

@MasaakiYagi
Copy link

MasaakiYagi commented Nov 12, 2022

@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?

@ExPl0iT-29
Copy link
Contributor

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

@pawangeek pawangeek assigned ExPl0iT-29 and unassigned palanioffcl Oct 12, 2024
@pawangeek pawangeek linked a pull request Oct 12, 2024 that will close this issue
7 tasks
@pawangeek pawangeek linked a pull request Oct 13, 2024 that will close this issue
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beginner-friendly For beginners good first issue Good for newcomers hacktoberfest Supporting Hacktoberfest up-for-grabs
Projects
None yet
5 participants