Metadata-Version: 1.1
Name: binheader
Version: 0.1
Summary: A simple tool for converting binary resource files into C/C++ arrays in header files
Home-page: https://github.com/mardiqwop/binheader
Author: mardiqwop
Author-email: mardi.emerald@gmail.com
License: GPLv3
Description: # BinHeader
         A simple python tool that converts a binary resource file (like images or audio files)
         into C/C++ arrays and place them in a header file.
        
        ## Usage
        python3 binheader.py <filename>
        
        This converts the specified file into a new C/C++ header file which has the same name as the input file.
        
        
Keywords: development tool C C++ header
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
