dglent / meteo-qt

System tray application for weather status information
GNU General Public License v3.0
82 stars 21 forks source link

Clean Up Style, PEP8 #60

Closed ghost closed 8 years ago

ghost commented 8 years ago
dglent commented 8 years ago

Thanks Juan Carlos :)

ghost commented 8 years ago

Hey, since I am using this app, I see similar problems I used to have with mine, I coded: https://github.com/juancarlospaco/anglerfish#description-of-functions A generic helper utility lib, that sits on top of std lib, and helps with common stuff all apps need, it doesnt depend on anything but std lib, easy to use and implement, see examples folder, and docs, maybe if you want to fix all other bugs you have, like logging, CTRL+C, etc etc you can use that and save effort instead of duplicating similar code here too.

I use it for a Python3 Qt5 app too: https://github.com/juancarlospaco/unicodemoticon