Metadata-Version: 2.1
Name: tkxml
Version: 1.0.0
Summary: Using XML to layout tkinter widgets.
Home-page: https://github.com/numlinka/pytkxml
Author: numlinka
Author-email: numlinka@163.com
License: LGPLv3
Keywords: tkinter,xml
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE

# pytkxml

_Using XML to layout tkinter widgets._

<a style="text-decoration:none" href="https://www.gnu.org/licenses/lgpl-3.0.en.html">
  <img src="https://img.shields.io/badge/License-LGPLv3-lightblue" alt="LGPLv3"/>
</a>
<a style="text-decoration:none" href="https://pypi.org/project/tkxml">
  <img src="https://img.shields.io/badge/PyPI-tkxml-lightblue" alt="PyPI"/>
</a>
<a style="text-decoration:none" href="https://www.python.org">
  <img src="https://img.shields.io/badge/Python-3.10+-lightblue" alt="Python3.10+"/>
</a>

<p></p>

For more information about the project, please visit [GitHub](https://github.com/numlinka/pytkxml).
