Answer the question
In order to leave comments, you need to log in
How to pass data between two python scripts?
I am developing a simple game engine on Pygame - Something like Pywrignt. Is it possible from script "b" to pass the value of variable "c" to script "a" (Where Pygame runs)? Am I using the Subprocess/Subprocess Popen module?
Answer the question
In order to leave comments, you need to log in
Data can be passed through a pipe
https://ru.wikibooks.org/wiki/Tutorial_Python/Process...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question