![]() |
Python_2
1.0
|
A very simple analog clock. More...
Classes | |
class | clock |
Class for drawing a simple analog clock. More... | |
class | makeThread |
Class for creating a new thread. More... | |
Functions | |
def | main (argv=None) |
Main program for testing. More... | |
Variables | |
bool | hasPIL = True |
A very simple analog clock.
The program transforms world coordinates into screen coordinates and vice versa according to an algorithm found in: "Programming principles in computer graphics" by Leendert Ammeraal.
Lightly based on the code of Anton Vredegoor (anton) .vre degoo r@gm ail.c om
Installation:
def _08c_clock.main | ( | argv = None | ) |
Main program for testing.
argv | command line arguments
|
Usage:
bool _08c_clock.hasPIL = True |