Metadata-Version: 2.1
Name: textgrid_editor
Version: 1.0.0
Summary: Praat TextGrid editor.
Home-page: https://github.com/hellolzc/textgrid_editor
Author: hellolzc
Author-email: me@hellolzc.cn
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# textgrid_editor
`textgrid_editor` is yet another python module for modifying with Praat TextGrid files. Also provides APIs for editing TextGrids and converting between TextGrids and pandas DataFrames.

## Features:

- Uses the pandas DataFrame to store the Interval and Point data of TextGrid.
- Provides a flexible API for converting between TextGrids and pandas DataFrames.
- Support TextGrid editing, that is, cropping/extending and concatenating TextGrids.


