t4ngo / dragonfly

ARCHIVED! - Speech recognition framework allowing powerful Python-based scripting and extension of Dragon NaturallySpeaking (DNS) and Windows Speech Recognition (WSR)
GNU Lesser General Public License v3.0
364 stars 82 forks source link

Dragonfly: Python35 prorting. #56

Open sathishkottravel opened 7 years ago

sathishkottravel commented 7 years ago

1) 2to3 has been used initially to convert python2 code. (Specifics) 2) string.letter -> string.ascii_letters 3) c_char(char) -> c_char(ord(char)) , similar c_wchar 4) str(self) modified in action_base.py and state.py ( #http://stackoverflow.com/questions/6812031/how-to-make-unicode-string-with-python3)

sathishkottravel commented 7 years ago

pullrequest 56

pk11112999 commented 7 years ago

Could you please put up another repository based on your results if it isn't being merged into this one? I'd prefer to work with a py3 compatible version.