https://github.com/rr-/pyqtcolordialog
Drop-in replacement of QColorDialog for PyQt5
https://github.com/rr-/pyqtcolordialog
color-picker pyqt5 python qt
Last synced: 3 months ago
JSON representation
Drop-in replacement of QColorDialog for PyQt5
- Host: GitHub
- URL: https://github.com/rr-/pyqtcolordialog
- Owner: rr-
- License: mit
- Created: 2019-01-09T14:23:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-23T09:12:37.000Z (over 6 years ago)
- Last Synced: 2026-02-14T05:21:02.401Z (5 months ago)
- Topics: color-picker, pyqt5, python, qt
- Language: Python
- Size: 24.1 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# pyqtcolordialog
A drop-in replacement of `QColorDialog` for `PyQt5`.

For comparison, here's the default Qt color picker:

## Video preview
Ring mode (default):
[](https://rawcdn.githack.com/rr-/pyqtcolordialog/db9db87510bb855bf25cdd88eb051c9e9ca4f06d/docs/ring.webm)
Square mode:
[](https://rawcdn.githack.com/rr-/pyqtcolordialog/db9db87510bb855bf25cdd88eb051c9e9ca4f06d/docs/square.webm)
## Installation
`pip install pyqtcolordialog --user`