• For online transcription, click <here>
  • For offline transcription, download GUI script and install Python3 + TLTK
  • A GUI for Thai transcription using TLTK package. 
  • To transcribe Thai texts into IPA or roman characters, Python 3 and TLTK is required. 
    • 1) install Python3, we recommend installing “Anaconda3”. This will install both Python and other useful packages.
    • 2) type “pip install tltk” to install TLTK
    • 3) download this GUI script <tts.py>
    • 4) run the script “python tts.py” to get this GUI. 
    • 5) type any Thai texts and the transcription output will be shown. 
    • 6) press “Copy” to copy IPA/Roman output to the clipboard.
  • The script should work on both Windows (64 bit) and OSX.