Oct 032014
 
Programming a KickStarter Tracker in Python. Part 2.

So this is part 2 of the KickStarter Tracker in Python. (If you’ve not seen part 1 yet, that’s here.) We got the basics working last time. Now we want to make it look nicer, add more campaigns and have it running continously. So first let’s see about how we can introduce some colour… Adding Colour To Console Output There may well be more elegant ways to get the job done here, but I found a way that uses what’s called “escape sequences”. These are basically codes which can be used to modify the characteristics […more…]