Metadata-Version: 2.1
Name: termuxgui
Version: 0.1.5
Summary: Python bindings for the Termux:GUI plugin.
Home-page: https://github.com/tareksander/termux-gui-python-bindings
Author: Tarek Sander
Project-URL: Bug Tracker, https://github.com/tareksander/termux-gui-python-bindings/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Operating System :: Other OS
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# Termux:GUI Python Bindings
A Python library to interact with the Termux:GUI plugin.  
  
See [here](https://github.com/tareksander/termux-gui-python-bindings/blob/main/TUTORIAL.md) for a tutorial
and [here](https://github.com/tareksander/termux-gui-python-bindings/blob/main/TUTORIAL_OOP.md) for using the more object-oriented subpackage.  
  
There is also [documentation](https://tareksander.github.io/termux-gui-python-bindings/index.html) generated from the docstrings.   


### Installing and updating:  
Just use `pip install termuxgui` to install from pypi.


### License

The license is the [Mozilla Public License 2.0](https://www.mozilla.org/en-US/MPL/2.0/).  
TL;DR: You can use this library in your own projects, regardless of the license you choose for it. Modifications to this library have to be published under the MPL 2.0 (or a GNU license in some cases) though.
