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.
- Host: GitHub
- URL: https://github.com/ashwini0529/git-stuff
- Owner: ashwini0529
- Created: 2015-06-23T19:00:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-05T16:18:02.000Z (almost 9 years ago)
- Last Synced: 2023-04-03T22:01:55.115Z (over 2 years ago)
- Topics: application, git, gui, python
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 16
- Watchers: 1
- Forks: 13
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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.