Pages

List of Pages

Terms and Condition

Privacy Policy

Kivy Example Program "Hello World"



class TestApp(App):
     
            def build(self):  
                return Button(text='Hello World')  
TestApp().run()

Copy and paste the program listing above into Python Shell 2.7.18 or Python Shell 
3.x then save with the name HelloWorld.py, and run with the Run Module.
 


No comments:

Post a Comment