Metrix generates a customizable retro-style GIF showcasing GitHub metrics for your GitHub README profile.
![]() |
![]() |
![]() |
Default | Red | White-Blue |
![]() |
![]() |
![]() |
Yellow No-Glitch | Gold Custom Text | Purple Torvalds |
Follow these steps to integrate Metrix into your GitHub profile:
-
Create a New Repository
Create a new repository to host your profile README. For guidance, refer to GitHub’s documentation on setting up and managing your profile README. -
(Optional) Generate and Add a Personal Access Token (PAT)
By default, the action will only display public data. To also include private repository data, follow these steps:-
Create a PAT token from GitHub's Token Settings with the following permissions:
- repo: Full control of private repositories
- read:org: Read org and team membership, and org projects
- read:user: Read all user profile data
-
In your repository, navigate to Settings > Secrets and variables and add a new secret:
- Name the secret
PAT_TOKEN
- Paste the PAT token value generated in the previous step
- Name the secret
-
-
Enable Workflow Permissions
In your repository settings, go to Settings > Actions > General and enable "Read repository contents and packages permissions" at the bottom of the page. -
Add the Metrix GIF to Your README
Add the following to yourREADME.md
file:
-
Create a GitHub Action
In your repository, create a new GitHub Action by copying the contents of the metrix.yml file.
Customize the parameters in the workflow as you like. -
Run the Action
Your action is now set up! Commit the changes and trigger the action to generate the metrics GIF.
Some examples are provided below, with the corresponding configuration for each:
Notice that looping is deactivated by default!
with:
GITHUB_USERNAME: 'joanroig'
with:
GITHUB_USERNAME: 'joanroig'
TEXT_COLOR: 'red'
LOOP: 'true'
with:
GITHUB_USERNAME: 'joanroig'
TEXT_COLOR: 'white'
BACKGROUND_COLOR: 'blue'
LOOP: 'true'
with:
GITHUB_USERNAME: 'joanroig'
TEXT_COLOR: 'yellow'
GLITCHES: 'false'
LOOP: 'true'
with:
GITHUB_USERNAME: 'joanroig'
TEXT_COLOR: 'gold'
BACKGROUND_COLOR: 'darkgoldenrod'
TITLE_SUFFIX: ' is booting up......'
ACTIVITY_TEXT: 'I worked a lot lately...'
LOOP: 'true'
with:
GITHUB_USERNAME: 'torvalds'
TEXT_COLOR: 'yellow'
BACKGROUND_COLOR: 'purple'
ACTIVITY_TEXT: 'Last two weeks were intense:'
ACTIVITY_DAYS: '14'
LOOP: 'true'
- Conda or Miniconda (alternatively, only Python)
- FFmpeg
- VSCode (optional, for debugging and development)
- Clone this repository and open it in your IDE (e.g., VSCode).
- Add your PAT token to the
.github_token
file. - If you have Conda installed, run
rebuild_env.ps1
to set up the Conda environment, then executerun.ps1
to start the application. Otherwise, read the two scripts to run the commands using Python. - For debugging, use the provided Run and Debug configurations.
Fonts by VileR: Oldschool PC Fonts
This project is licensed under the MIT License.