Metadata-Version: 2.1
Name: wowfile
Version: 0.3.2
Summary: A library and simple viewer to manipulate SparkMaker WOW files
Home-page: https://github.com/Godzil/WoWTools
Author: Manoel <godzil> Trapier
Author-email: wowfile@godzil.net
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: Pillow
Requires-Dist: tkinter

WowFile
=======

A library to manipulate SparkMaker WOW files

WowViewer
=========

A graphical tool using WowFile to display and change parameter in SparkMaker WOW Files


Install
-------

If you are under windows and just want use the GUI tool, get it from one of the build [releases](/releases)

Else you can use pip to install the library and viewer:

```
sudo pip install WowFiles
```

This will add "wowviewer" in your path, and you can access the `WowFile` class from python.

