This is a python terminal based application to inspect and survey any github profile.
Right now it's not done yet. If you want to use it-
from inspector.main_class import GitInspect
inspect = GitInspect("kennethreitz")
go to the run.py
file & initiate the
GitInspect
class with the GitHub user name.
Voila. Your'e done!