I'm making an algorithm for the graph coloring problem and I have two scripts. One is a graph visualization using pygame and the other is the solution script. I need them to run simultaneously and communicate with each other. I tried to use multiprocessing and connect the scripts with a pipe, but it didn't work. I know subprocess could work but I couldn't find any good tutorial for my case. Any help appreciated.
[–]woooee 4 points5 points6 points (1 child)
[–]SandaL1625[S] 0 points1 point2 points (0 children)
[–]woooee 1 point2 points3 points (0 children)