Skip to content

Instantly share code, notes, and snippets.

@ltddev
ltddev / PythonistaClockGadget.py
Created February 12, 2015 23:48
Clock Gadget
# coding: utf-8
import ui, speech, console
svgInHtml='''
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400" width="400" height="400" version="1.0">
<defs>
<linearGradient id="a" x1="0%" y1="100%" x2="0%" y2="0%">
<stop offset="0%" style="stop-color:#777799"/>
<stop offset="100%" style="stop-color:#ffffff"/>
</linearGradient>