A python script that tells about github user or any particular repository!
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.
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.
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.
- A menu driven app that asks about you want user information or a repository information
- If user is selected, then asks for username and provides user information.
- If Repository is selected, then shows the repository related information.
Contribute to make a complete GIT Management System. Send pull requests.
- Add more fields in repository section.
- Add more fields in user section.
- Have a look to the Issue section for more.