2

Anybody out there know best library in Python for visualising a robot’s path graphically given its X and Y coordinates? Turtle is way too boring... please help...

Comments
  • 1
    Default is tkinkter, but there’s third parties libraries (I heard of a qt and some others)
  • 1
    Try some vector drawing libraries. iirc PyGame has that functionality as well, in case you already have it.
Add Comment