How to display OSM in python kivy gui?

Hey, as you can see from the title, i want to know how can i display an OSM map in python kivy gui?
In addition, i want to know how to create a polylines in OSM that can diaplay me a bus route for exapmle?
(Assuming I have a file that includes all the coordinates of the route)
Thank you.