#profile #svg #statistics #generate #github

app skrytsam

generate pretty svgs for your profile on GitHub

8 releases

Uses new Rust 2024

new 0.2.1 Feb 7, 2026
0.2.0 Feb 7, 2026
0.1.5 Feb 4, 2026
0.1.4 Jan 30, 2026

#169 in Machine learning

WTFPL license

175KB
324 lines

blazingly fast github profile stats for your README

release-badge WTFPL Version info

[!NOTE] work in progress, only languages card is implemented

skrytsam is a command-line tool that fetches GitHub profile statistics and generates SVG cards for use in your profile README.

Cards

languages

languages

Usage

generate pretty svgs for your profile on GitHub

Usage: skrytsam [OPTIONS] <GITHUB_USERNAME> <COMMAND>

Commands:
  languages  
  help       Print this message or the help of the given subcommand(s)

Arguments:
  <GITHUB_USERNAME>  

Options:
      --skip-forks     don't include repos that are forks
      --skip-private   don't include private repos
      --skip-archived  don't include archived repos
  -h, --help           Print help
  -V, --version        Print version

Installation

  • from source:

    cargo install skrytsam
    
  • from binaries, using cargo-binstall:

    cargo binstall skrytsam
    
  • or download and extract the latest release

Dependencies

~118MB
~2M SLoC