An open API service indexing awesome lists of open source software.

https://github.com/ashwini0529/git-stuff

A python script that tells about GitHub users and repositories.
https://github.com/ashwini0529/git-stuff

application git gui python

Last synced: 6 months ago
JSON representation

A python script that tells about GitHub users and repositories.

Awesome Lists containing this project

README

          

# 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.