Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.