Skip to content

An app (mainly designed for android, but actually a cross platform project) to pick the right color for your next design, with RGB color picker, VIBGYR color picker (This picker uses Violet–Indigo–Blue–Green–Yellow–Red system to pick that color), blending colors, color blender and gradient color picker. Also some theory of color viewing systems...

Notifications You must be signed in to change notification settings

Rafi-Riday/color-picker-and-theory-kivy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Caution, you may see so many boilerplate code because I was not a great developer back then. In this project I tried creating a different color picker logic ঁ-ঁ

color-picker-and-theory-kivy

  • An app (mainly designed for android, but actually a cross platform project) to pick the right color for your next design
    • RGB color picker
    • VIBGYR color picker (This picker uses Violet–Indigo–Blue–Green–Yellow–Red system to pick that color)
    • Blending colors
    • Gradient color picker
    • As you can see, this app limitaies user to use only slider values, instead of getting manual input, and turns the processing easier and faster.
    • You can choose 3 different codes for any languages, you can get rgba(), #hexa and kivy(percentage codes) to use in your desired form
    • You can use this as an rgba-hexa-percentage code converter too!
    • You can turn on/off transperent value (such as, get rgb instead of rgba)
    • You can copy it and paste directly in your codes
    • Also some theory of color viewing systems

Home

1.png

RGB Color Picker

2.png

VIBGYR Color Picker

3.png

Color Blender

4.png

Gradient Picker

5.png

Language Preference

6.png

Theory (Must login first)

7.png

About

8.png

Download for Windows

Download for Android

My next aim was to add a color detector using android camera, but, then I came to know that Kivy is something like newer python library and it has many problems using android camera, kivy is easier to learn and I spend just 3 weeks learning kivy and making this 3.5k line app. I think Kivy is (something like) being replaced by KivyMd and has less community support.

Caution, you may see so many boilerplate code because I was not a great developer back then. In this project I tried creating a different color picker logic ঁ-ঁ

About

An app (mainly designed for android, but actually a cross platform project) to pick the right color for your next design, with RGB color picker, VIBGYR color picker (This picker uses Violet–Indigo–Blue–Green–Yellow–Red system to pick that color), blending colors, color blender and gradient color picker. Also some theory of color viewing systems...

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages