Phisic simulation of balls, springs and simple gravity in pygame and pymunk. A list of the graph is taken as an argument of calling the program in the form of a description of the edges between the balls.
Sample argument for calling the program: [1,2] [3,0] [2,4] [5,2] [4,6] [7,0]