Python code to .bin?

I am trying to add another game to my stock firmware and I need a way to convert python into .bin files so i can run the games. I dont know how to do this can anyone help me with this?

2 Likes

Hey @KX20,

Unfortunately, this isn’t possible. The Python code runs using the Python interpreter, which is installed by CircuitBlocks. Since the interpreter is a binary, it’s not possible to have both the stock firmware and the interpreter installed simultaneously.

Hey, @Monika_Tomljanovic. Sorry for the late reply, but does that mean that I can’t convert the python code to a language the interpreter will understand and put it on my SD card?