I have some .lib(c++ static library) files and I need to use them in my python program.
I know I should use wrapper but I don't know how and have no idea what is that. I searched and found that ctypes python library uses .dll to load the library and as I have .lib files I don't know how can I use them in python.