Metadata-Version: 2.1
Name: nulltk
Version: 0.0.4
Summary: A helper library to make tkinter UI easier
Home-page: https://github.com/nhammond129/nulltk
Author: Nicholas Hammond
Author-email: nhammond129@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/nhammond129/nulltk/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

nulltk
----
`nulltk` is a wrapper for tkinter that extends base functionality for more ease of use.
```
pip install --upgrade nulltk-nhammond129
```

Dependencies
----
`nulltk` supports Python 3, and used modules are listed in [`requirements.txt`](requirements.txt).

Example Usage
----
See [`examples/`](examples) for usage.


