Git Profile Visualizer
Home Page
![](https://static.wixstatic.com/media/a65c27_0ec9fbc549c84df7ae16af87b771973d~mv2.png/v1/fill/w_980,h_471,al_c,q_90,usm_0.66_1.00_0.01,enc_auto/a65c27_0ec9fbc549c84df7ae16af87b771973d~mv2.png)
Git Profile Visualizer is the one of fastest and easiest way to profiling GitHub repositories. Click here..
Quick Search
![Quick Search](https://static.wixstatic.com/media/a65c27_fe97281ca9384d4683c15e4b571e6084~mv2.png/v1/fill/w_421,h_190,al_c,q_85,enc_auto/a65c27_fe97281ca9384d4683c15e4b571e6084~mv2.png)
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](https://static.wixstatic.com/media/a65c27_4e3a4c63683646928b2cecbd1f4e62b9~mv2.png/v1/fill/w_980,h_473,al_c,q_90,usm_0.66_1.00_0.01,enc_auto/a65c27_4e3a4c63683646928b2cecbd1f4e62b9~mv2.png)
Sign In
![](https://static.wixstatic.com/media/a65c27_7c74b00b411542b59526ed40b6974934~mv2.png/v1/fill/w_589,h_599,al_c,q_85,enc_auto/a65c27_7c74b00b411542b59526ed40b6974934~mv2.png)
Users can sign in to the website by simply sign up to the website or using the GitHub.
Sign Up
![](https://static.wixstatic.com/media/a65c27_969935e19d38453a958da934aaa805af~mv2.png/v1/fill/w_535,h_581,al_c,q_85,enc_auto/a65c27_969935e19d38453a958da934aaa805af~mv2.png)
Users can simply sign up to the website using their GitHub Username, GitHub Email.
Profile
This page mainly provides,
User details
Profile Overview
Repository Details
User Details
![](https://static.wixstatic.com/media/a65c27_cb08823ffdad45f8834f920714e78fb3~mv2.png/v1/fill/w_544,h_428,al_c,q_85,enc_auto/a65c27_cb08823ffdad45f8834f920714e78fb3~mv2.png)
![](https://static.wixstatic.com/media/a65c27_9728d245b4ee4962b32a8d18c259f649~mv2.png/v1/fill/w_532,h_562,al_c,q_85,enc_auto/a65c27_9728d245b4ee4962b32a8d18c259f649~mv2.png)
Profile Overview
![](https://static.wixstatic.com/media/a65c27_edaa0f7de3b34495af00904d2e2f3185~mv2.png/v1/fill/w_736,h_582,al_c,q_90,enc_auto/a65c27_edaa0f7de3b34495af00904d2e2f3185~mv2.png)
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.
![](https://static.wixstatic.com/media/a65c27_71a3b4848d2544ffb827c60397a0448b~mv2.png/v1/fill/w_980,h_331,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/a65c27_71a3b4848d2544ffb827c60397a0448b~mv2.png)
Size of Repositories : This chart shows that, what are the repositories in your GitHub account that require more storage.
Repository Details
![](https://static.wixstatic.com/media/a65c27_a15abb0c50e64f6e82c9553dc5f67b12~mv2.png/v1/fill/w_980,h_473,al_c,q_90,usm_0.66_1.00_0.01,enc_auto/a65c27_a15abb0c50e64f6e82c9553dc5f67b12~mv2.png)
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,
Repository details
Statistics
Contribution
Code Analyzing
Repository details
![](https://static.wixstatic.com/media/a65c27_cc0d499d8ae14b43982c6e0bd88e74c5~mv2.png/v1/fill/w_420,h_636,al_c,q_85,enc_auto/a65c27_cc0d499d8ae14b43982c6e0bd88e74c5~mv2.png)
Details related to the repository are representing here.
Statistics
![](https://static.wixstatic.com/media/a65c27_94b3a02183454036b565244a2d1f25e1~mv2.png/v1/fill/w_855,h_315,al_c,q_85,enc_auto/a65c27_94b3a02183454036b565244a2d1f25e1~mv2.png)
By using this char you can get rough idea about the project workflow. This also shows the monthly total of additions and deletions.
Contribution
![](https://static.wixstatic.com/media/a65c27_c23dad185c2145a58154e3f2d0abc761~mv2.png/v1/fill/w_851,h_379,al_c,q_85,enc_auto/a65c27_c23dad185c2145a58154e3f2d0abc761~mv2.png)
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.
![](https://static.wixstatic.com/media/a65c27_ee014664b40b48439428a620376130ef~mv2.png/v1/fill/w_794,h_351,al_c,q_85,enc_auto/a65c27_ee014664b40b48439428a620376130ef~mv2.png)
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
![](https://static.wixstatic.com/media/a65c27_55a0b0b4a58945f4888641d1de0c09b6~mv2.png/v1/fill/w_854,h_647,al_c,q_90,enc_auto/a65c27_55a0b0b4a58945f4888641d1de0c09b6~mv2.png)
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.