View this PageEdit this PageAttachments to this PageHistory of this PageHomeRecent ChangesSearch the SwikiHelp Guide

Code Samples

Echo.py: Echo.py
Defines a function that accepts a delay (an integer!).
The function opens a file-selection-dialog, and turns
that file into a sound. Then plays that sound with an echo
controlled by the delay.

sinWav.py: sinWav.py
Defines a function that accepts a number, and plays
a sound of that frequency

mattW.py: mattw.py
Defines several image manipulation functions.
The comments say more that I could.