View Single Post
Old 10-20-2005, 01:50 AM  
CaptainKoala
Senior Member
 
CaptainKoala's Avatar
 
Join Date: Feb 2004
Location: land of the foobar
Posts: 381
Send a message via AIM to CaptainKoala Send a message via MSN to CaptainKoala

Default Fiddling with the Windows API

I have recently dipped into accessing the Windows API in Python (via win32all), and I have decided to grace you all with this wonderful bit of joy, which I have dubbed SayIt (very descriptive). Basically, it uses Microsoft's Speech Engine to say what you type.

Python is not required to run this (py2exe is real joy), but Windows XP is.

http://www.captainkoala.com/content/Setup.exe
__________________
#!/usr/bin/env python

import webbrowser

webbrowser.open('http://www.captainkoala.com/')
# general quackery with a point
CaptainKoala is offline   Reply With Quote