* Added `method` kwarg to brightness methods so that you can choose how the brightness is adjusted. On windows the options are `'wmi'` and `'vcp'` and on linux they are `'light'`, '`xrandr'` and `'xbacklight'`
* Added method command line arg
* Merged pull request from `lcharles` 2 to add top-level function `list_monitors` (Windows only), add a command line option for this and add a function in the windows module called `list_monitors_with_method`, which returns list of pairs of display names and their methods
* Fixed the `XRandr.get_brightness` function returning the wrong type