All Projects → ashwini0529 → Git Stuff

ashwini0529 / Git Stuff

A python script that tells about GitHub users and repositories.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Git Stuff

Ds With Pysimplegui
Data science and Machine Learning GUI programs/ desktop apps with PySimpleGUI package
Stars: ✭ 93 (+481.25%)
Mutual labels:  application, gui
Desktop
Go/HTML/CSS/JS Desktop application scaffold.
Stars: ✭ 109 (+581.25%)
Mutual labels:  application, gui
Awesome Python Applications
💿 Free software that works great, and also happens to be open-source Python.
Stars: ✭ 13,275 (+82868.75%)
Mutual labels:  application, gui
Debotnet
🔥🚀 Debotnet is a tiny portable tool for controlling Windows 10's many privacy-related settings and keep your personal data private.
Stars: ✭ 707 (+4318.75%)
Mutual labels:  gui
Ns Usbloader
Awoo Installer/TinFoil/GoldLeaf NSPs (and other files) uploader and RCM tool. Also a tool for split files and merge them back.
Stars: ✭ 708 (+4325%)
Mutual labels:  gui
Qbt Theme
collection of themes for qbittorrent
Stars: ✭ 776 (+4750%)
Mutual labels:  gui
Ai sudoku
GUI based Smart Sudoku Solver that tries to extract a sudoku puzzle from a photo and solve it
Stars: ✭ 830 (+5087.5%)
Mutual labels:  gui
Android
An Open-Source Android application that allows you to send and receive files over available connections, and offers unique features like sharing over HTTP, pausing and resuming transfers
Stars: ✭ 695 (+4243.75%)
Mutual labels:  application
Web2executable
Uses NW.js to generate "native" apps for already existing web apps.
Stars: ✭ 824 (+5050%)
Mutual labels:  gui
Garbro
Visual Novels resource browser
Stars: ✭ 764 (+4675%)
Mutual labels:  gui
Redis Tui
A Redis Text-based UI client in CLI
Stars: ✭ 757 (+4631.25%)
Mutual labels:  gui
Vim Quickui
The missing UI extensions for Vim 8.2 (and NeoVim 0.4) !! 😎
Stars: ✭ 714 (+4362.5%)
Mutual labels:  gui
Crm Application
OroCRM - an open-source Customer Relationship Management application.
Stars: ✭ 785 (+4806.25%)
Mutual labels:  application
Cimgui
c-api for imgui (https://github.com/ocornut/imgui) Look at: https://github.com/cimgui for other widgets
Stars: ✭ 707 (+4318.75%)
Mutual labels:  gui
Nodegui
A library for building cross-platform native desktop applications with Node.js and CSS 🚀. React NodeGui : https://react.nodegui.org and Vue NodeGui: https://vue.nodegui.org
Stars: ✭ 7,324 (+45675%)
Mutual labels:  gui
Openlabeling
Label images and video for Computer Vision applications
Stars: ✭ 706 (+4312.5%)
Mutual labels:  gui
Haproxy Wi
Web interface for managing Haproxy, Nginx and Keepalived servers
Stars: ✭ 823 (+5043.75%)
Mutual labels:  gui
Bmw Tensorflow Training Gui
This repository allows you to get started with a gui based training a State-of-the-art Deep Learning model with little to no configuration needed! NoCode training with TensorFlow has never been so easy.
Stars: ✭ 736 (+4500%)
Mutual labels:  gui
Ideviceinstaller
Manage apps of iOS devices
Stars: ✭ 733 (+4481.25%)
Mutual labels:  application
Gotron
Go Api for Electron
Stars: ✭ 767 (+4693.75%)
Mutual labels:  gui

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].