python kivy
#-*- coding: utf-8 -*-
from kivy.app import App
from kivy.uix.label import Label
class TestApp(App):
def build(self):
return Label(text='Hello World')
TestApp().run()
python kivy
#-*- coding: utf-8 -*-
from kivy.app import App
from kivy.uix.label import Label
class TestApp(App):
def build(self):
return Label(text='Hello World')
TestApp().run()
kivy
"""
Kivy is a cross-platform python library for developing apps across many
devices, including:
1. IOS
2. Android
3. Windows
4. Linux
5. MacOS
Even better for developers - It's open source!
"""
python kivy
[Python 3.5 Windows]
python -m pip install kivy.deps.angle
python -m pip install kivy
kivy python
from kivy.app import App
from kivy.uix.button import Button
class TestApp(App):
def build(self):
return Button(text='My Name is Vivek')
TestApp().run()
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us