Im new to kivy and python I created a app with tkinter and can run it on my pc but really need to use it on my mobile devices. later found out cant convert tkinter into apk or ios so that messed me up lol.

When I click on my buttons in tkinter it gets the input from sales does some calculations then outputs to the space under each label
each button outputs to 3 spots how can I do this in kivy? do I do it in the KV file or should I write my code in python and if so how to I call that function in kv file for gui?
Sorry I know complete noob question with 1000 possible answers
Thanks Jordan
here is a template that can get you started. it is divided into test.py and test.kv
and the .kv file