Antenna Handbook | Best Antennas, Free Calculators & Top Antenna Deals

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.