Package pycv :: Module pycv
[hide private]
[frames] | no frames]

Module pycv

source code

Functions [hide private]
 
tprint(x)
Print a message to stdout but also fprint it to the global log file.
source code
 
speak(s)
Speak a message using text-to-speech (windows-dependent).
source code
 
ordinal(n)
Return the string representing the n-th position of a series, e.g.
source code
 
get_version()
Return the current version of the package.
source code
Variables [hide private]
  sdpath = 'M:\\utils\\Python25\\lib\\site-packages\\pycv'
  datapath = 'M:\\utils\\Python25\\lib\\site-packages\\pycv\\data'
  _speaker = <COMObject SAPI.SpVoice>
Function Details [hide private]

ordinal(n)

source code 
Return the string representing the n-th position of a series, e.g. 0th, 1st, 2nd, 3rd, etc.