I am a composition student, and I am developing py4pd https://github.com/charlesneimog/py4pd, a code that can run Python with Puredata.
One of the problems is that I currently need a Python installation for the code to load. My question: is it possible to use the Python/C API without having to install Python? It would be much easier for people who don't understand code (and stuff) and terminal to use the tool (On all platforms, mainly Windows for now).
Thank you very much!