🏆 Add dynamically generated GitHub Stat Trophies on your readme
You can use this service for free.
Add the following code to your readme. When pasting the code into your profile's readme, change the ?username=
value to your GitHub's username.
[![trophy](https://github-profile-trophy.vercel.app/?username=ANTRUMEYE)](https://github.com/ANTRUMEYE/-Github-Profile-Trophy)
Add optional parameter of the theme.
[![trophy](https://github-profile-trophy.vercel.app/?username=ANTRUMEYE&theme=onedark)](https://github.com/ANTRUMEYE/-Github-Profile-Trophy)
Ranks are SSS
SS
S
AAA
AA
A
B
C
UNKNOWN
SECRET
.
Rank | Description |
---|---|
SSS, SS, S | You are at a hard to reach rank. You can brag. |
AAA, AA, A | You will reach this rank if you do your best. Let's aim here first. |
B, C | You are currently making good progress. Let's aim a bit higher. |
UNKNOWN | You have not taken action yet. Let's act first. |
SECRET | This rank is very rare. The trophy will not be displayed until certain conditions are met. |
The acquisition condition is secret, but you can know the condition by reading this code.
There are only a few secret trophies. Therefore, if you come up with interesting conditions, I will consider adding a trophy. I am waiting for contributions.
- Title name of aggregation target.
- Current Rank.
- Title according to rank.
- Target aggregation result.
- Next Rank Bar. The road from the current rank to the next rank.
You can filter the display by specifying the titles of trophy.
https://github-profile-trophy.vercel.app/?username=ANTRUMEYE&title=Followers
If you want to specify multiple titles.
https://github-profile-trophy.vercel.app/?username=ANTRUMEYE&title=Stars,Followers
You can filter the display by specifying the ranks.
Available values: SECRET SSS SS S AAA AA A B C
https://github-profile-trophy.vercel.app/?username=ANTRUMEYE&rank=S
If you want to specify multiple ranks.
https://github-profile-trophy.vercel.app/?username=ANTRUMEYE&rank=S,AAA
You can also exclude ranks.
https://github-profile-trophy.vercel.app/?username=ANTRUMEYE&rank=-C,-B
You can specify the maximum row and column size.
Trophy will be hidden if it exceeds the range of both row and column.
Available value: number type
Default: column=6 row=3
Restrict only row
https://github-profile-trophy.vercel.app/?username=ANTRUMEYE&row=2
Restrict only column
https://github-profile-trophy.vercel.app/?username=ANTRUMEYE&column=2
Restrict row & column
https://github-profile-trophy.vercel.app/?username=ANTRUMEYE&row=2&column=3
Adaptive column
https://github-profile-trophy.vercel.app/?username=ANTRUMEYE&column=-1
You can set columns
to -1
to adapt the width to the number of trophies, the parameter row
will be ignored.
Available themes.
theme |
---|
flat |
onedark |
gruvbox |
dracula |
monokai |
chalk |
nord |
alduin |
darkhub |
juicyfresh |
buddhism |
oldie |
radical |
onestar |
discord |
algolia |
gitdimmed |
tokyonight |
matrix |
apprentice |
dark_dimmed |
dark_lover |
https://github-profile-trophy.vercel.app/?username=ANTRUMEYE&theme=flat
https://github-profile-trophy.vercel.app/?username=ANTRUMEYE&theme=onedark
https://github-profile-trophy.vercel.app/?username=ANTRUMEYE&theme=gruvbox
https://github-profile-trophy.vercel.app/?username=ANTRUMEYE&theme=dracula
https://github-profile-trophy.vercel.app/?username=ANTRUMEYE&theme=monokai
https://github-profile-trophy.vercel.app/?username=ANTRUMEYE&theme=chalk
https://github-profile-trophy.vercel.app/?username=ANTRUMEYE&theme=nord
https://github-profile-trophy.vercel.app/?username=ANTRUMEYE&theme=alduin
https://github-profile-trophy.vercel.app/?username=ANTRUMEYE&theme=darkhub
https://github-profile-trophy.vercel.app/?username=ANTRUMEYE&theme=juicyfresh
https://github-profile-trophy.vercel.app/?username=ANTRUMEYE&theme=buddhism
https://github-profile-trophy.vercel.app/?username=ANTRUMEYE&theme=oldie
https://github-profile-trophy.vercel.app/?username=ANTRUMEYE&theme=radical
https://github-profile-trophy.vercel.app/?username=ANTRUMEYE&theme=onestar
https://github-profile-trophy.vercel.app/?username=ANTRUMEYE&theme=discord
https://github-profile-trophy.vercel.app/?username=ANTRUMEYE&theme=algolia
https://github-profile-trophy.vercel.app/?username=ANTRUMEYE&theme=gitdimmed
https://github-profile-trophy.vercel.app/?username=ANTRUMEYE&theme=tokyonight
https://github-profile-trophy.vercel.app/?username=ANTRUMEYE&theme=matrix
https://github-profile-trophy.vercel.app/?username=ANTRUMEYE&theme=apprentice
https://github-profile-trophy.vercel.app/?username=ANTRUMEYE&theme=dark_dimmed
https://github-profile-trophy.vercel.app/?username=ANTRUMEYE&theme=dark_lover
You can put a margin in the width between trophies.
Available value: number type
Default: margin-w=0
https://github-profile-trophy.vercel.app/?username=ANTRUMEYE&margin-w=15
You can put a margin in the height between trophies.
Available value: number type
Default: margin-h=0
https://github-profile-trophy.vercel.app/?username=ANTRUMEYE&margin-h=15
https://github-profile-trophy.vercel.app/?username=ANTRUMEYE&column=3&margin-w=15&margin-h=15
You can turn the background transparent.
Available value: boolean type (true or false)
Default: no-bg=false
https://github-profile-trophy.vercel.app/?username=ANTRUMEYE&no-bg=true
You can hide the frames around the trophies.
Available value: boolean type (true or false)
Default: no-frame=false
https://github-profile-trophy.vercel.app/?username=ANTRUMEYE&no-frame=true
Check CONTRIBUTING.md for more details.