Spotify Wrapped for Developers.
GitWrapped analyzes any GitHub profile and generates developer insights like favorite programming language, coding personality, fame level, repository statistics, and language breakdown.
https://git-wrapped-phi.vercel.app
https://gitwrapped.onrender.com
- GitHub profile analysis
- Developer personality detection
- Favorite programming language analysis
- Repository statistics
- Followers & following analytics
- Language breakdown
- Full-stack deployment
- HTML
- CSS
- JavaScript
- Python
- FastAPI
- Vercel (Frontend)
- Render (Backend)
- GitHub REST API
Input:
torvalds
Output:
- Favorite Language: C
- Developer Personality: Open Source Explorer
- Fame Level: GitHub Celebrity
GitWrapped/
│
├── frontend/
│ ├── index.html
│ ├── style.css
│ └── script.js
│
├── app/
│ ├── routers/
│ │ └── github.py
│ ├── services/
│ │ └── analyzer.py
│
├── main.py
├── requirements.txt
└── README.md
Clone the repository:
git clone https://github.com/ShreyasPatil3105/GitWrapped.gitGo to project folder:
cd GitWrappedInstall dependencies:
pip install -r requirements.txtRun backend:
uvicorn main:app --reloadOpen frontend:
frontend/index.html
- Contribution graph analysis
- AI-generated developer summaries
- GitHub streak tracking
- Charts and visual analytics
- Dark/Light theme toggle
- Mobile responsiveness improvements
Shreyas Patil

