Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stuartlangridge/ColourPicker
A colour picker app for Ubuntu and Linux which allows picking any colour on the screen
https://github.com/stuartlangridge/ColourPicker
Last synced: 2 months ago
JSON representation
A colour picker app for Ubuntu and Linux which allows picking any colour on the screen
- Host: GitHub
- URL: https://github.com/stuartlangridge/ColourPicker
- Owner: stuartlangridge
- License: mit
- Created: 2016-05-12T23:23:13.000Z (over 8 years ago)
- Default Branch: app
- Last Pushed: 2024-05-26T10:47:18.000Z (8 months ago)
- Last Synced: 2024-08-01T13:17:34.664Z (6 months ago)
- Language: Python
- Size: 711 KB
- Stars: 277
- Watchers: 8
- Forks: 27
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- fucking-Awesome-Linux-Software - ![Open-Source Software - Simple color picker. (Applications / Development)
- Awesome-Linux-Software - ![Open-Source Software - Simple color picker. (Applications / Development)
README
PickA colour picker app for Ubuntu and Linux which allows picking any colour on the screen and remembers the last few you picked.
![Pick Screenshot](pick-screenshot-16x9.png?raw=true)
Made with 💝 for
[![Pick](https://snapcraft.io/pick-colour-picker/badge.svg)](https://snapcraft.io/pick-colour-picker) [![Snap Status](https://build.snapcraft.io/badge/stuartlangridge/ColourPicker.svg)](https://build.snapcraft.io/user/stuartlangridge/ColourPicker)
## Building, Testing, and Installation
### Linux
[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](https://snapcraft.io/pick-colour-picker)
```bash
snap install pick-colour-picker
```### Source
You'll need the following dependencies:
* `gir1.2-dee-1.0`
* `gir1.2-gdkpixbuf-2.0`
* `gir1.2-glib-2.0`
* `gir1.2-gtk-3.0`
* `gir1.2-unity-5.0`
* `python3-cairo`
* `python3-gi`
* `python3-gi-cairo`Pick can be run from the checkout with `python3 -m pick`.
A `setup.py` is present, so `python3 setup.py install` is possible, but beware that [uninstalling setup.py-installed apps is not as easy as it should be](https://github.com/stuartlangridge/ColourPicker/issues/62) and prepare accordingly if you plan to use this install method.