Kivy Tutorial #17 - Creating Labels and Texts | Kivy Python Basics

preview_player
Показать описание
In this video, we will be going back to the drawing board and learning some of the basics that we might have skipped previously like adding labels and texts in Kivy

Next video - Creating Buttons and Background Color

#python #kivy #pythongui
Рекомендации по теме
Комментарии
Автор

Clear and understandle teaching... Loving this series.

chatebillychilima
Автор

Bro please help me I am not able to install all those kivy.deps packages.

kavinadarsh
Автор

Heello ..I know the syntax. For running an app in kivy is
Classname().run()
But where is the object of this class ..I know it is there otherwise this code Won't work but can you please tell me who is the object here ??? At 5:00

jhonbhai
Автор

Really Great. I appreciate your work. but I have a problem. I have two devices. one says when downloading Kivy in Pycharm says that access is denied. Also, the other one says openGL is 1.1. So how to fix

rayan
Автор

Hello Guys.
I'm new to kivy programming, i have been trying to run the below program but the label 'ChokhomaMobile wont show when i run the program, i only see the Image 'cute.jpg'.

Kindly Assist.

from kivy.app import App
from kivy.core.window import Window
from kivy.uix.label import Label
from kivy.uix.image import Image




#backgroud color

Window.clearcolor = (1, 1, 1, 1)



class MyApp(App):

def build(self):

return Image(source='cute.jpg')

label = Label(text='ChokhomaMobile', color=(0, 0, 0, 1), size_hint_y='0.2')

return label

joeikpeama
Автор

I have seen on internet people saying that in kivy APK file size increases very badly after using 10-12 modules which will clearly used in any app project.Is it right???
Please reply me bro

Shivam-edfn
Автор

How to change the position of the text please replay

vistinjousep
Автор

Hello there, I was seeing your videos since last two days. You're awesome and your teaching was very much understandable. Ok, coming to my question "Can, we change the font type ?"

nishanthkgr
Автор

my label is not showing and the window color isnt changing either

saurabhshakya
Автор

My clearcolor function just stopped working all of a sudden. Please I need help.

Jason-deoo
Автор

copy pasted the source code still its only showing a white window

saurabhshakya
Автор

whenever I am passing more than one argument in Label its giving error ---->
object.__init__() takes no arguments

niveditakar
Автор

for me it shows a red color around the text but not the bg

AlienProGamer
Автор

This not worked on my pycharm why?🙄🙄🙄

ImARBOY
Автор

Bro please increase the size of the window next time

Ayush_kumar
Автор

Kivy MD is not supported in Python 3.8. anyone who is facing issues go grab an older version and you're good to go

rumman_huda