jessehamner / WeatherWidget

Python and Shell scripts to get radar and hazardous weather outlook info, plus local conditions, from the NWS API. New RIDGE II radar compatibility coming soon.
Apache License 2.0
5 stars 0 forks source link

Use PythonMagick instead of depending on system executables and shell scripts #2

Closed jessehamner closed 4 years ago

jessehamner commented 4 years ago

Consolidate shell script functionality that munges graphics files using convert -- move functionality into Python library using PythonMagick.

jessehamner commented 4 years ago

Going to try and use Pillow instead.