Hey all!

I made this color picker using PyQt5 mainly because I was missing a decent & minimal magnifying coloring picking tool. I’ve been quite pleased with it so far, so I thought I’d publish it on github for anyone that might be looking for the same thing I was.

Hope you like it :)

  • @liferoseOP
    link
    English
    11 year ago

    QTimer

    Thanks for having a look!

    Turns out my imports where, according to the documentation anyway, wrong. Honestly I am not sure why the imports where working on my machine, something something python I guess… I looked at the Qt documentation, changed all the imports to their correct libraries and pushed the changes.

    • @bisby
      link
      English
      11 year ago

      Awesome! Latest main works with no modifications needed now!

      I’ve actually had a few times recently where I really wanted a color picker and just shrugged it off assuming it would be a hassle, or inconvenient to use. So thanks a ton for sharing.