From baa6f994383dfe3d69e72e8dbdcc6e410a91d5ff Mon Sep 17 00:00:00 2001 From: vmeshche Date: Fri, 3 Jun 2022 11:51:12 +0300 Subject: [PATCH] python command line too to visualize your public git contributions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c913b3b..143fbbf 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,7 @@ This repository is a compilation of well-written, step-by-step guides for re-cre #### Build your own `Command-Line Tool` * [**Go**: _Visualize your local git contributions with Go_](https://flaviocopes.com/go-git-contributions/) +* [**Python**: _Visualize your public git contributions with Python_](https://github.com/vmeshche/gview) * [**Go**: _Build a command line app with Go: lolcat_](https://flaviocopes.com/go-tutorial-lolcat/) * [**Go**: _Building a cli command with Go: cowsay_](https://flaviocopes.com/go-tutorial-cowsay/) * [**Go**: _Go CLI tutorial: fortune clone_](https://flaviocopes.com/go-tutorial-fortune/)