Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shubhamjain/quick-grayscale
Mac app to toggle Grayscale mode from the status bar
https://github.com/shubhamjain/quick-grayscale
Last synced: about 2 months ago
JSON representation
Mac app to toggle Grayscale mode from the status bar
- Host: GitHub
- URL: https://github.com/shubhamjain/quick-grayscale
- Owner: shubhamjain
- License: mit
- Created: 2018-10-31T13:55:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-30T07:00:27.000Z (over 5 years ago)
- Last Synced: 2024-08-03T09:06:04.713Z (4 months ago)
- Language: Python
- Size: 13.4 MB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Mac-Menubar-Megalist - Quick Grayscale
README
## Quick Grayscale
Quick Grayscale lets you easily toggle mac's grayscale mode from the status bar. It's a wrapper around couple of Applescripts that automate the process of going in settings and toggling the "Use Grayscale" checkbox (since Apple doesn't provide any API to handle it programmatically). To download the application, [head here](https://shubhamjain.co/quick-grayscale/).
## Running
Quick Grayscale has been developed with [RUMPS](https://github.com/jaredks/rumps) library which is a wrapper over PyObjC. To run it, install all dependencies via:`pip3 install -r requirements.txt`
and then, run the main source file:
`python3 quick-gray.py`
## Building
The application package can be build by using py2app.`python3 setup.py py2app`
To create a DMG bundle, I have used [create-dmg](https://github.com/sindresorhus/create-dmg).
`create-dmg dist/QuickGrayscale.app/ dist/`
## License
MIT.