Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/te6-in/colorpicker
A Simple Screen Color Picker for macOS
https://github.com/te6-in/colorpicker
Last synced: 19 days ago
JSON representation
A Simple Screen Color Picker for macOS
- Host: GitHub
- URL: https://github.com/te6-in/colorpicker
- Owner: te6-in
- License: gpl-3.0
- Created: 2020-09-05T19:51:46.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-16T06:28:21.000Z (over 1 year ago)
- Last Synced: 2024-10-23T11:54:36.994Z (23 days ago)
- Language: Swift
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ColorPicker
A Simple Screen Color Picker for macOS
An Alternative for Digital Color Meter![image](https://user-images.githubusercontent.com/56245920/232276739-6d89670d-5cc2-4edf-aa09-9e4b57c7efe8.png)
Use Command ⌘ + Option ⌥ + G to get color & Command ⌘ + Option ⌥ + C to copy the hex code of the extracted color.
You can also click on the saved colors or the copy button to get the hex code of the corresponding color.The same project for Windows can be found at https://github.com/RyuuseiKang/ColorPicker2
## Acknowledgements
- [HotKey](https://github.com/soffes/HotKey)