Paper Title
A Python Library To Implement Graph Based Algorithms In Code

Abstract
This paper presents Pythograph, a Python library which implements graph theory. It is a complex library consisting of APIs deployed for anyone to simply import it and use graphs in their code in a hassle-free manner. The library helps users implement graphs easily without writing any personalized code and/or repeating any module again. Keywords - Algorithms, Graph Theory, matplotlib, Libraries, Python.