Python classes for Praat TextGrid and TextTier files (and HTK .mlf files)
Kyle Gorman kylebgorman@gmail.com and contributors (see commit history).
While you don't have to, if you want to cite textgrid.py in a publication, include a footnote link to the source:
http://github.com/kylebgorman/textgrid.py/
The code can be placed in your working directory or in your $PYTHONPATH
, and then imported in your Python script. You also can install it via pip
, like so:
pip install git+http://github.com/kylebgorman/textgrid.git
(if you're not working in a virtualenv, you may need to do this with sudo
.)
See the docstrings in textgrid.py