A python package to convert a tmx translation file into a pandas dataframe. Please note that this is very early stages and is certainly not ready for production use.
Python 3
Package can be installed using pip.
pip install tmx2dataframe
import tmx2dataframe
metadata, df = tmx2dataframe.read("/path/to/tmxfile.tmx")
We use pytest for our tests.
pip install pytest
cd navigate/to/project/folder
pytest
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Jade Abbott - Initial work - jaderabbit
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details