chk1 / dg-hat-converter

Duck Game .hat to .png converter and decryptor

Home Page:https://chk1.github.io/dg-hat-converter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Duck Game .hat file decryptor

Python implementation

Requires Python 3 and the pycryptodome library. Insert hat file name into hat-convert.py and then run it.

pip install pycryptodome
python hat-convert.py

Web / JavaScript implementation

The web version uses modern browser's FileReader and crypto APIs to decode .hat files into PNG images. ZIP download is offered with the JSZip library.

Live version at https://chk1.github.io/dg-hat-converter/

License

Code licensed under the MIT license

jszip.min.zip (c) 2009-2016 Stuart Knightley, dual licensed under MIT license or GPLv3

About

Duck Game .hat to .png converter and decryptor

https://chk1.github.io/dg-hat-converter/

License:MIT License


Languages

Language:JavaScript 43.0%Language:Python 24.2%Language:CSS 17.9%Language:HTML 15.0%