What is pyGraph?:
PyGraph is a tool that hopefully will help graph theory students to create,analize and transform graphs from any adjacency matrix.
Features:
Currently pygraph doesnt count with any input or interaction with the user,so all functions must be written first on the code to see effect.
pyGraph counts with the next features:
-Draw graphs from a adjacency matrix
-Create grid,complete,star,bipartite adjacency matrices
-Check if graph is a star or a complete graph
-Create adjacency matrix from a drawn graph
DonateAll donations will go to The Python Software Fundation
pyGraph displaying a k10 complete graph