Simple badge generator. Generated badge contains solved problem counters for chosen Leetcode user.
Badge example:

- Install dependencies:
pip install -r requirements.txt
- Launch script:
python3 main.py [--config CONFIG] [--output OUTPUT] LEETCODE_USERNAME
Default configuration path: config.yml
Default output path: generated/badge.png
- Fork repository and enable Github Actions.
- Add secret
LEETCODE_USERNAME
. Badge will be generated for this user. - Use action
generate-badge
. It could be launched:- manually
- each Monday at 00:00 UTC
- on commits in
main
- Access generated badge on branch
github-actions
.