- Details
- Last Updated: 12 April 2015
- Created: 05 April 2015
So I decided I needed to learn #python to where I can write, not just hack it. So I needed a project, and decided to rewrite the #PiClock on the #RaspberryPi. I used PyQt as the gui.
The previous version was built using a static web page, stored on the file system. It made extensive use of JQuery, and Ajax. It took me a while to decide on the gui. I had to do several proof of concepts trying Tk, Gtk, wx and finally Qt. I settled on Qt because it was the only one that supported transparent backgrounds, and was supported on the #RaspberryPi, but let me develop it on my Windows PC.
After about a week, sneaking in spare time here and there, I ended up with a good result, and a few extra features: Auto Scaling, Multi-Platform. These pictures show it running on the Original PiClock #RaspberryPi Model B, a Windows Desktop, and a #RaspberryPi2 Model B with a 7" hdmi display.