Metadata-Version: 2.1
Name: pngcoder
Version: 1.1
Summary: Encode (obfuscate) any file to PNG and vise versa
Home-page: https://github.com/jencat42/pngcoder
Author: JenCat
Author-email: jencat@ex.ua
License: MIT
Description: # PNGCODER - Obfuscate any data
        Encode any file to PNG image and vise versa, binary safe
        ### Warning! ###
        **If the original file ends with one or more NUL control character, it will be removed after decoding back**
        
        Usage:
        
        ```
        pngcoder [--decode] [--quiet] [--verbose] input_file output_file
        
        positional arguments:
          input_file     Source file
          output_file    Destination file
        
        optional arguments:
          -h, --help     show this help message and exit
          --quiet, -q    Quiet mode
          --verbose, -v  If passed, a message will be shown for each row of image
                         decoding
          --decode, -d   If passed, source file will be decoded
        ```
Keywords: obfuscate obfuscator encode encoder png binary
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown
