Skip to content

Upload an image and know the colour palette of that image - Flask application

Notifications You must be signed in to change notification settings

yogarajalakshmi-s/colour-palette-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Image color palette generator

A fun and useful Python Flask application where we could upload an image and know the colour palette of that image.

Functionality

  • Upload any image.
  • Using colorgram module, the colors are extracted. If colorgram is unable to extract the color, the closest color to the former is chosen.
  • Using webcolor module, all the extracted colors are converted to hex code.
  • Image and all colors from the image are displayed.

About

Upload an image and know the colour palette of that image - Flask application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published