Installation


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 on the py_embedder.py file located at repository root.

Cloning

Using git-cli :

git clone https://github.com/Atlanticity91/Py-Embedder.git

Windows

For windows simply use Launch-Windows.bat.

Linux

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