From 7b5a477df9b0e01453a036f540cc4490bb698d08 Mon Sep 17 00:00:00 2001 From: "ansh.mn.soni" <145273012+AnshMNSoni@users.noreply.github.com> Date: Wed, 18 Feb 2026 18:02:48 +0530 Subject: [PATCH] Enhance README with project badges Added badges for downloads, Python version, PyPI version, license, and current version to README. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9d476b0..2942f9f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # Graph Theory Toolkit (GraphTK): +[![Downloads](https://static.pepy.tech/badge/graphtk)](https://pepy.tech/project/graphtk) +[![Python Version](https://img.shields.io/badge/python-3.10%2B-blue.svg)](https://www.python.org/downloads/) +[![PyPI version](https://img.shields.io/pypi/v/pythonstl.svg)](https://pypi.org/project/graphtk/) +[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE) +[![Version](https://img.shields.io/badge/version-0.1.1-brightgreen.svg)](https://github.com/AnshMNSoni/graphtk) +
+
gtk-logo