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

Added Color Palette Generator #992

Merged
merged 4 commits into from
Oct 13, 2024
Merged

Added Color Palette Generator #992

merged 4 commits into from
Oct 13, 2024

Conversation

ExPl0iT-29
Copy link
Contributor

Pull Request

Color Palette Generator -

Brief about script

  • The app.py script creates a Flask web server that serves an HTML page (index.html) where users can generate color palettes.
  • The generate_color_palette() function in app.py generates a list of random hexadecimal colors using the random module.
  • The front-end (index.html) uses a form to capture the user's input for the number of colors, and the results are displayed using a simple CSS grid for visualization.
  • Each color is displayed as a square with its corresponding hex code.

Issue no. - #887

Checks

  • This issue was assigned to me.
  • One Change in one Pull Request
  • My file is in proper folder (Name of folder should be in lowercase with no space in between) (E.g. meet_schedular)
  • I am following clean code and Documentation and my code is well linted with flake8.
  • I have added README.md and requirements.txt (Include version numbers too e.g. pandas==0.0.1) with my script
  • I have used REPO README TEAMPLATE (Necessary)
  • Just including required dependencies in requirements.txt (Don't include Python version too)

Issue was assigned to me by @pawangeek

@pawangeek pawangeek linked an issue Oct 13, 2024 that may be closed by this pull request
1 task
@pawangeek pawangeek added hacktoberfest Supporting Hacktoberfest hacktoberfest-accepted Supporting completion of hacktober fest labels Oct 13, 2024
@pawangeek pawangeek merged commit ece71ed into python-geeks:main Oct 13, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Supporting Hacktoberfest hacktoberfest-accepted Supporting completion of hacktober fest
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Colour palette generator
2 participants