Py-Embedder is a utility tool for generating C header for embedded files. Writed in python for simplicity and portability. The entire utility code can be found in the py_embedder.py file located at repository root.
Using git-cli :
git clone https://github.com/Atlanticity91/Py-Embedder.git
For windows simply use Launch-Windows.bat.
For linux simply use Launch-Linux.sh, you should also make sure you have the right for executing the script, if not use the chmod command :
chmod +x Launch-Linux.sh
Documentation for the library can be found under Documentation/index.html