/git-stuff

A python script that tells about GitHub users and repositories.

Primary LanguagePython

git-repo

A python script that tells about github user or any particular repository!

Getting Started

These instructions will get you a copy of the project up and running on your local machine. First of all, download the zip file of the repository or clone it locally.

Prerequisities

To install all the prerequisities run

pip install -r requirements.py

To install PyQt package

$ chmod +x install-pyqt.sh
$ ./install-pyqt.sh

in the project folder.

How to use the script

To execute the script just run

python git-gui.py

for the GUI version of the script or

python gitfiles.py

for the console version.

Main functions :

  1. A menu driven app that asks about you want user information or a repository information
  2. If user is selected, then asks for username and provides user information.
  3. If Repository is selected, then shows the repository related information.

Screenshots

Console version Screenshots

Please contribute

Contribute to make a complete GIT Management System. Send pull requests.

Things to do:

  1. Add more fields in repository section.
  2. Add more fields in user section.
  3. Have a look to the Issue section for more.