Metadata-Version: 2.1
Name: rpgmaker-mv-decoder
Version: 0.2.2
Summary: Quickly decode assets for RPG Maker MV, even if you don't have the key
Home-page: https://github.com/kins-dev/rpgmaker_mv_decoder
Author: Scott Atkins
Author-email: scott@kins.dev
License: MIT license
Keywords: rpgmaker_mv_decoder
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.6
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: Click (>=7.0)
Requires-Dist: python-magic (>=0.4.16)
Requires-Dist: pygubu

===================
rpgmaker_mv_decoder
===================


.. image:: https://img.shields.io/pypi/v/rpgmaker_mv_decoder
        :target: https://pypi.python.org/pypi/rpgmaker_mv_decoder

.. image:: https://img.shields.io/github/workflow/status/kins-dev/rpgmaker_mv_decoder/Python%20application
        :target: https://github.com/kins-dev/rpgmaker_mv_decoder/actions/workflows/python-app.yml
        :alt: GitHub Workflow Status

.. image:: https://readthedocs.org/projects/rpgmaker-mv-decoder/badge/?version=latest
        :target: https://rpgmaker-mv-decoder.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status




Quickly decode assets for RPG Maker MV, even if you don't have the key


* Free software: MIT license
* Documentation: https://rpgmaker-mv-decoder.readthedocs.io.


Features
--------

* Figures out the encoding key automatically if multiple png files can be found
* Confidence level on the key found
* Allows overriding the key on the command line
* Fast
* Small code base
* Shows the top 10 keys found

Credits
-------

This package was created with Cookiecutter_ and
the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.2.2 (2022-04-01)
------------------

* Fixed documentation
* Fixed exceptions

0.2.1 (2022-03-31)
------------------

* Bug fixes

0.2.0 (2022-03-30)
------------------

* Added GUI

0.1.1 (2022-03-23)
------------------

* Faster key detection
* Python typing
* Added documentation
* Keeping files compatible with RPGMaker MV/MZ
  * Using .png or .ogg instead of real extension

0.1.0 (2021-04-18)
------------------

* First release on PyPI.


