top of page

Git Profile Visualizer

Home Page

Git Profile Visualizer is the one of fastest and easiest way to profiling GitHub repositories. Click here..

Quick Search

Quick Search

By using this search bar any user can search any GitHub user without sign in to the website. But for more details they want to sign in to the system.

After searching you will get a following format of result.

Profile

Sign In

Users can sign in to the website by simply sign up to the website or using the GitHub.

Sign Up

Users can simply sign up to the website using their GitHub Username, GitHub Email.

Profile

This page mainly provides,

  1. User details

  2. Profile Overview

  3. Repository Details

User Details

Profile Overview

These chart are represents following meanings,

Popular Languages : This shows that, what is your most popular languages using the number of repositories per language in your GitHub account.

Popular Repositories by Start : This chat shows that, what is the most rated repository using the stargazers.

Popular Repositories by Watching : This chart shows that, what is the most rated repository using the watchers count. (Most viewed repositories)

Commits per Repo : This chart shows that, what are the repositories that you commits mostly.

Size of Repositories : This chart shows that, what are the repositories in your GitHub account that require more storage.

Repository Details

In here you can see all the repositories of your and you can simply analyze you repository using the 'Analyze' button.

Repo

This page represent mainly these details,

  1. Repository details

  2. Statistics

  3. Contribution

  4. Code Analyzing

Repository details

Details related to the repository are representing here.

Statistics

By using this char you can get rough idea about the project workflow. This also shows the monthly total of additions and deletions.

Contribution

These two charts show the contribution by contributors. mainly this will more useful to understand how your contributors contribute to your repository.

First chart show contribution using total additions and deletions done to the repository by each contributor.

Second chart show contribution using the total commits that have done by each contributor.

Code Analyzing

The most interesting part of this web application is you can analyze your code and get a review of your code. You just need to click the "Analyze My Code" button.

First it gives you a summary about the all files that scanned using this website. it includes following variables

  • Total number of lines

  • Total number of source lines

  • Total number of blank lines

  • Total number of comments

  • Total number of single line comments

  • Total number of block comments

  • How many TODOs in your repository

  • How many lines that long enough (because of this, your code readability will reduce)

  • What are the files that has longer lines

Then you can get all files that scanned using this website by file by file. it includes following variables

  • Total number of lines

  • Total number of source lines

  • Total number of blank lines

  • Total number of comments

  • Total number of single line comments

  • Total number of block comments

  • How many TODOs in your reository

  • How many lines that long enough (because of this, your code readability will reduce)

  • What are the line numbers that long enough

If you want to do any changes, you can go to the file by simply clicking the path of the file.

bottom of page