Wordcloud Commitmessages

A GitHub Action workflow that generates a wordcloud from the commit messages of a repository.

Python
GitHub Actions
This project is a GitHub Action workflow that generates a wordcloud from the commit messages of a repository. The wordcloud is generated with the Python library wordcloud. The workflow is triggered on push and generates a wordcloud.png file.

Note

In the beginning when there are few commits, the wordcloud will be very small and not very interesting. The more commits you have, the more interesting the wordcloud will be.

Usage

Just import the workflow (download below) and it will automatically download the required Python script and clean up after itself, leaving only the wordcloud.png and a Readme file to display the image in the wordcloud/ directory.