From f432732b73f3eb0a965a559e8cde65a5479dfca1 Mon Sep 17 00:00:00 2001 From: Preston Date: Sat, 17 May 2025 18:13:39 -0400 Subject: [PATCH] Add pypi badge with link to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7f11854..d578ca2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # robotvibecoder +[![PyPI - Version](https://img.shields.io/pypi/v/robotvibecoder?color=blue)](https://pypi.org/project/robotvibecoder/) + + + Automatically generate code stubs for mechanisms in FRC Robot Code. This project leverages WPILib, AdvantageKit, and CTRE's Phoenix-6 library to automatically generate boilerplate complete with hardware IO abstraction and simulation. RobotVibeCoder supports 3 mechanism types: elevators, single jointed arms, and flywheels. ---