Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.4 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.4 KB

SWTOR GUI Parser

A parser for the SWTOR GUI Profile XML files written in Python

This class was originally written for the GSF Parser, but I have provided it here so it can be found better by using search machines for those who are looking to parse the SWTOR GUI profile files. The class is fully written in Python, so if you would like to use it in combination with another programming language, either bindings are required or a complete rewrite into another programming language. Documentation is provided in the form of docstrings. If anything is unclear, feel free to contact me at the e-mail address listed in my GitHub profile

License

SWTOR GUI Parser
Copyright (C) 2017  RedFantom

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.