pyBCD - 0.27
A binary powers of 2 clock. Simple yet cool.
Chris Uzal
(c4)
Because if you use Arabic numerals... then the terrorists have already won. :p
Download this binary clock today and support freedom loving peoples everywhere.
Seriously...
The "binary clock" is a great exercise in programming. When you're already familiar with programming theory, you need something slightly bigger than "hello world."
This is my first published python project. You can import this file to use the get_correct_digit function in your own work. I've licensed it as GPL 3 so I look forward to seeing interesting additions to it (if that ever happens.)
Changes
--Press "t" to toggle between 12 and 24 hour format.
--Changed the window caption from "pyBCD" to the current date in the Y m d format. Much more useful.
--Fixed the icon.