C/C++ header file auto create tool. You write code, tool generate the header
Write auto-header *path_to_code*
into console, when you download the .exe
or python generator.py *path_to_code*
when you load the python script.
Then tool creates header file to the same directory and replace #include
's in source code with #include "./generated_file.h"