CONTACT IXI : python :

SimpleOSC module 0.3.2
This module just provides the simplest API to pyOSC library by V2 which can be found here. You MUST have pyOSC installed for simpleOSC to run. SimpleOSC is designed to be used by students or newies who dont know much about OSC or programing but need to set a very basic OSC communication up. Github repo with the latest code here https://github.com/enrike/simpleOSC

SC : v0.3.1
Easily control SuperCollider sound server from Python. Wraps with minor modifications this http://trac.assembla.com/pkaudio/wiki/SuperCollider.

Code looks like this:
sc.start()
sine = sc.Synth( "sine" )
sine.freq = 444
time.sleep(5) # play for 5 secs
sine.free()
sc.quit()
> Download crossplatform source (mac, linux, windows), documentation and examples

HID server : v0.3.1
HID OSC server is a SDL based python standalone application that sends out via OSC any HID device (gamepad, joystick) event generated data.
> Download source, documentation and examples
> Download windows standalone server
> Download OSX standalone server (this is still an older version.sorry)

Mirra Graphics Engine
A Python OpenGL 2D graphics library.
Mirra is a 2D openGL python framework. It defines a set of classes to render primitive shapes. It focuses on interaction in a way like macromedia director or flash did (click and drag visual shapes).
> Latest code here https://github.com/enrike/mirra

Zombi : v0.1
Zombi GUI server is a simple and easy to use crossplatoform GUI toolkit based on wxPython, It defines a very basic set of widgets that send OpenSoundControl out. It can be also used from ChucK or Supercollider languages. Read the readme.txt file for more details
> Download source, documentation and examples
> Download windows standalone server
> Download OSX standalone server