![]() |
|
Home | Keep up with the news | The Photo FX tour | Photo FX |
|
|
|
#1 |
|
Senior Member
|
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 |
|
|
|
|
|
|
|
#2 |
|
VIG, Project Manager
Join Date: Aug 2004
Location: US of A
Posts: 1,861
|
Good to see that you are studying programming as much as you do. The Win API offers many options, but I am not that big a fan of it as it can be a bit buggy at times - so I try as much as I can to avoid it, still that shouldn't keep you from playing around with it
![]() Keep up the good work.
__________________
Project manager Visualizer Image Group "Don't judge yourself on how far you have come, It's better to get somewhere than nowhere" Last edited by Darren : 10-20-2005 at 01:52 PM. |
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|