Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mazassumnida/mazandi
✅ solved.ac 잔디를 예쁘게 보여주는 프로필 카드 API
https://github.com/mazassumnida/mazandi
competitive-programming github-profile github-profile-card
Last synced: 3 months ago
JSON representation
✅ solved.ac 잔디를 예쁘게 보여주는 프로필 카드 API
- Host: GitHub
- URL: https://github.com/mazassumnida/mazandi
- Owner: mazassumnida
- Created: 2021-09-29T15:00:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-04T07:52:11.000Z (over 1 year ago)
- Last Synced: 2024-06-14T01:27:47.280Z (5 months ago)
- Topics: competitive-programming, github-profile, github-profile-card
- Language: Python
- Homepage:
- Size: 50.8 KB
- Stars: 170
- Watchers: 2
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-baekjoon - mazassumnida/mazandi - 예쁜 [solved.ac][] 잔디 배너를 만들어줍니다. (서비스)
README
# 🌱 mazandi
🌱 solved.ac 잔디를 예쁘게 보여주는 프로필 카드## 주의사항
- 백준 온라인 저지가 아닌 solved.ac를 기준으로 잔디를 생성합니다.
- 잔디의 진함 정도가 ~solved.ac와 다를 수 있습니다.~ 이제 solved.ac와 일치합니다!## install
```
pip install -r requirements.txt
uvicorn main:app --reload
```## Usage
### Theme - Warm (default)
```
![mazandi profile](http://mazandi.herokuapp.com/api?handle={handle}&theme=warm)
```
```
```![mazandi profile](http://mazandi.herokuapp.com/api?handle=djs100201)
![mazandi profile](http://mazandi.herokuapp.com/api/random?tier=platinum&theme=warm)![mazandi profile](http://mazandi.herokuapp.com/api/random?tier=gold)
![mazandi profile](http://mazandi.herokuapp.com/api?handle=pichulia)![](https://github.com/mazassumnida/mazandi/blob/main/readme_images/bronze_warm.svg)
![](https://github.com/mazassumnida/mazandi/blob/main/readme_images/silver_warm.svg)![](http://mazandi.herokuapp.com/api?handle=Lawali)
### Theme - Cold
```
![mazandi profile](http://mazandi.herokuapp.com/api?handle={handle}&theme=cold)
```
```
```
![mazandi profile](http://mazandi.herokuapp.com/api?handle=swoon&theme=cold)
![mazandi profile](http://mazandi.herokuapp.com/api/random?tier=platinum&theme=cold)![mazandi profile](http://mazandi.herokuapp.com/api/random?tier=gold&theme=cold)
![mazandi profile](http://mazandi.herokuapp.com/api?handle=pichulia&theme=cold)![](https://github.com/mazassumnida/mazandi/blob/main/readme_images/bronze_cold.svg)
![](https://github.com/mazassumnida/mazandi/blob/main/readme_images/silver_cold.svg)![](http://mazandi.herokuapp.com/api?handle=jhnah917&theme=cold)
### Theme - Dark
```
![mazandi profile](http://mazandi.herokuapp.com/api?handle={handle}&theme=dark)
```
```
```
![mazandi profile](http://mazandi.herokuapp.com/api/random?tier=diamond&theme=dark)
![mazandi profile](http://mazandi.herokuapp.com/api/random?tier=platinum&theme=dark)![mazandi profile](http://mazandi.herokuapp.com/api/random?tier=gold&theme=dark)
![mazandi profile](http://mazandi.herokuapp.com/api?handle=pichulia&theme=dark)![mazandi profile](http://mazandi.herokuapp.com/api/random?tier=silver&theme=dark)
![mazandi profile](http://mazandi.herokuapp.com/api/random?tier=bronze&theme=dark)![](http://mazandi.herokuapp.com/api?handle=jhnah917&theme=dark)