How to make a App using Python #1

Published: 19 February 2021
on channel: Python Kid
37
2

Sorry if the video is trash quality or bity i have a very very slow computer but i want to share my knowledge with you people

Whole code:
from kivy.app import App
from kivy.uix.label import Label

class MyApp (App):
def build(self):
return Label(text='Hello World')

if _name_ == ' _main_ '
MyApp().run()

And then run it


On this page of the site you can watch the video online How to make a App using Python #1 with a duration of hours minute second in good quality, which was uploaded by the user Python Kid 19 February 2021, share the link with friends and acquaintances, this video has already been watched 37 times on youtube and it was liked by 2 viewers. Enjoy your viewing!