rospy2 is a Python library that behaves like ROS1's rospy but speaks ROS2 in the background, allowing for easy code migration of simple ROS nodes by changing only one line of code. I will demonstrate a few examples of useful converted ROS nodes, ROS nodes that work in both ROS1 and ROS2 using the same code, and touch upon the challenges and limitations of this approach.