Building your first mobile application using Python | Engineering Education (EngEd) Program | Section

PHOTO EMBED

Mon Jul 25 2022 17:47:02 GMT+0000 (Coordinated Universal Time)

Saved by @Anzelmo

class AgeCalculator(App):
    def build(self):
        self.window = GridLayout()
    return self.window
content_copyCOPY

https://www.section.io/engineering-education/kivy-python-first-app/