Hello can you help me with the code in kivymd!! I want to store data in the form of dictionary which when user inputs certain keyword , the value stored in the dictionary related to the keyword print in the app!!
Hello can you help me with the code in kivymd!! I want to store data in the form of dictionary which when user inputs certain keyword , the value stored in the dictionary related to the keyword print in the app!!
Until I come across to this video it used to take me a lot of time to reach the widgets in my custom widgets and I have had to write very long lines to reach them, now everything is crystal clear to me, thanks a lot for this helpful video
Hello can you help me with the code in kivymd!! I want to store data in the form of dictionary which when user inputs certain keyword , the value stored in the dictionary related to the keyword print in the app!!
Hello can you help me with the code in kivymd!! I want to store data in the form of dictionary which when user inputs certain keyword , the value stored in the dictionary related to the keyword print in the app!!
Hello can you help me with the code in kivymd!! I want to store data in the form of dictionary which when user inputs certain keyword , the value stored in the dictionary related to the keyword print in the app!!
Hello can you help me with the code in kivymd!! I want to store data in the form of dictionary which when user inputs certain keyword , the value stored in the dictionary related to the keyword print in the app!!
Hello can you help me with the code in kivymd!! I want to store data in the form of dictionary which when user inputs certain keyword , the value stored in the dictionary related to the keyword print in the app!!
Awesome tutorial. Need help on a previous tutorial(MDToolbar). How can i use the vertical dots to open a dropdownmenu with 4 items(label 1, label2, label3, label4)?
Hello can you help me with the code in kivymd!! I want to store data in the form of dictionary which when user inputs certain keyword , the value stored in the dictionary related to the keyword print in the app!!
Hello can you help me with the code in kivymd!! I want to store data in the form of dictionary which when user inputs certain keyword , the value stored in the dictionary related to the keyword print in the app!!
Hello can you help me with the code in kivymd!! I want to store data in the form of dictionary which when user inputs certain keyword , the value stored in the dictionary related to the keyword print in the app!!
Hello can you help me with the code in kivymd!! I want to store data in the form of dictionary which when user inputs certain keyword , the value stored in the dictionary related to the keyword print in the app!!
Hello can you help me with the code in kivymd!! I want to store data in the form of dictionary which when user inputs certain keyword , the value stored in the dictionary related to the keyword print in the app!!
please help!: i have created a special class and i have not used it in the builder string but used it in a dialog box like this content = Secialclass() in that special class i have a text field how do i reference text in that? if i add the special class in main builder srting the text field comes on the mai page and in dialog box too
Hello can you help me with the code in kivymd!! I want to store data in the form of dictionary which when user inputs certain keyword , the value stored in the dictionary related to the keyword print in the app!!
Very explicit tutorial Erik. Its very difficult to get clear explanations on ids. One question I have is, when do ids get created? This is the situation: i have a set of labels that need to be populated prior to showing the screen. How would you tackle it? Thanks.
Hello can you help me with the code in kivymd!! I want to store data in the form of dictionary which when user inputs certain keyword , the value stored in the dictionary related to the keyword print in the app!!
AttributeError: 'PongGame' object has no attribute 'root' I am getting this error when I am trying to refer label like this player1_score = self.root.ids.score1
Hello can you help me with the code in kivymd!! I want to store data in the form of dictionary which when user inputs certain keyword , the value stored in the dictionary related to the keyword print in the app!!
I have been working on this project where I need to to change the text of a label according to a the text written in a textinput in a different screen..... Is there a way to do that.
Hello can you help me with the code in kivymd!! I want to store data in the form of dictionary which when user inputs certain keyword , the value stored in the dictionary related to the keyword print in the app!!
Hello can you help me with the code in kivymd!! I want to store data in the form of dictionary which when user inputs certain keyword , the value stored in the dictionary related to the keyword print in the app!!
I'm having big problems with referencing ids. I wonder if you might help. I've had to initialise the method and the parent class FloatLayout. This is for an ebook reader so I've got an object instance of the book contents which I'm passing about between methods and classes as I parse the info. My problem is that it will only accept "self" in the __init__ method - not from any of my other methods- which is a nightmare. When there's an event in KV, easy-peasy - I can just send it straight to python or to another widget. When there's an event in python (eg, I want to get self.height for an id within a loop) then I'm finding I can't just reference a module in the root class that returns self.root.ids.id_name.height... If I pass "self" it thinks I'm referring to by book loading instance (nothing to do with kivy) and I know of no way to explicitly name the object to fetch the id. It's kinda set up like this (boiled down version): : FloatLayout: id: some_id Label: id: some_other_id --- --- --- class RootClass(FloatLayout): def __init__(self, **kwargs): super(MyLayout, self).__init__(**kwargs) someVariable = self.root.ids.some_other_id.height
Hello can you help me with the code in kivymd!! I want to store data in the form of dictionary which when user inputs certain keyword , the value stored in the dictionary related to the keyword print in the app!!
Hello can you help me with the code in kivymd!! I want to store data in the form of dictionary which when user inputs certain keyword , the value stored in the dictionary related to the keyword print in the app!!
Hello can you help me with the code in kivymd!! I want to store data in the form of dictionary which when user inputs certain keyword , the value stored in the dictionary related to the keyword print in the app!!
@@erik-sandberg Thanks! Your suggestion resulted in me being able to create CRUD Kivy / KivyMD / Python Apps that met my needs. I'm an extreme novice with regards to Python / Kivy / kivyMD. You have been a GREAT help!
Hi Erik - perhaps you could shed some light on this: My root widget is a FloatLayout, divided into two GridLayouts of 0.1 and 0.9 respectively (I want a "top menu" which is persistent throughout the app, as in friendly fitness). Is there anyway I can make the loginscreen override this logic (I don't want the "top menu" to be visible before you log in). Or is there a more elegant way to solve this?
Try having your root widget be a ScreenManager. Then the first screen of the screenmanager should be your login screen. Once the user logs on, switch screens to your 2nd screen, which is your current FloatLayout. Your 2nd screen code would be all the exact code you have right now, except indented once with a Screen widget before the Floatlayout.
Bro you are just like my elder brother which doesn't exit but, you are guiding me through your videos Please also upload a video a video about packaging kivy app for windows 🙏
Hello can you help me with the code in kivymd!! I want to store data in the form of dictionary which when user inputs certain keyword , the value stored in the dictionary related to the keyword print in the app!!
Erik thanks for this tutorial! Could you make a tutorial how to make number picker (scrollin wheel number picker) by using kivy? If it's possible... Thanks in advance!
Hello can you help me with the code in kivymd!! I want to store data in the form of dictionary which when user inputs certain keyword , the value stored in the dictionary related to the keyword print in the app!!
That trick of use a print statement to know which ids are related to, is simply amazing
Oh yeah, absolute game changer :)
Hello can you help me with the code in kivymd!! I want to store data in the form of dictionary which when user inputs certain keyword , the value stored in the dictionary related to the keyword print in the app!!
literally spent 2hours trying to figure it out, thanks for the video
Bhai badiya aapne dil khush kar diyaa
Ek Indian ki taraf se
From An Indian
Best kivy and kivymd tutorial...
Hello can you help me with the code in kivymd!! I want to store data in the form of dictionary which when user inputs certain keyword , the value stored in the dictionary related to the keyword print in the app!!
Until I come across to this video it used to take me a lot of time to reach the widgets in my custom widgets and I have had to write very long lines to reach them, now everything is crystal clear to me, thanks a lot for this helpful video
I’m new to programming and Kivy and this basic idea I just couldn’t find/comprehend but you really helped man! Thank you!
I really appreciate the way you explain things.
You're actually a god i've been stuck on this for so long
Yess mee too. Finally I can finish my project 🔥🔥🔥
Hello can you help me with the code in kivymd!! I want to store data in the form of dictionary which when user inputs certain keyword , the value stored in the dictionary related to the keyword print in the app!!
Erik, thank you for very interesting and useful videos of kivymd. My name is Audrey, I live in Moscow, Russia.
Hello can you help me with the code in kivymd!! I want to store data in the form of dictionary which when user inputs certain keyword , the value stored in the dictionary related to the keyword print in the app!!
Thanks for the debug-advise! You are amazing man!
dude you are amazing
thanks a lottt!!!
Hello can you help me with the code in kivymd!! I want to store data in the form of dictionary which when user inputs certain keyword , the value stored in the dictionary related to the keyword print in the app!!
I am on 1:20 and i already know this gonna be awesome tutorial!)
Hello can you help me with the code in kivymd!! I want to store data in the form of dictionary which when user inputs certain keyword , the value stored in the dictionary related to the keyword print in the app!!
Erik your work is very helpfull . thanx for sharing your information with Us ♥
Hello can you help me with the code in kivymd!! I want to store data in the form of dictionary which when user inputs certain keyword , the value stored in the dictionary related to the keyword print in the app!!
Awesome tutorial. Need help on a previous tutorial(MDToolbar). How can i use the vertical dots to open a dropdownmenu with 4 items(label 1, label2, label3, label4)?
For the dropdown menu you'll need to use the MDDropdownMenu widget. I'll have a video coming on that one soon :)
@@erik-sandberg Awesome :D. Thank You. Will be patiently waiting.
Hello can you help me with the code in kivymd!! I want to store data in the form of dictionary which when user inputs certain keyword , the value stored in the dictionary related to the keyword print in the app!!
I can't believe this isn't listed anywhere on the docs. Thanks!
Hello can you help me with the code in kivymd!! I want to store data in the form of dictionary which when user inputs certain keyword , the value stored in the dictionary related to the keyword print in the app!!
Thank you very much for this helpful video.
Hello can you help me with the code in kivymd!! I want to store data in the form of dictionary which when user inputs certain keyword , the value stored in the dictionary related to the keyword print in the app!!
@@R7amos I will look into it but I can't guarantee anything
@@cr3amyn3ll66 Ok
Excellent tutorial, many ways to Rome in kivy.
Hello can you help me with the code in kivymd!! I want to store data in the form of dictionary which when user inputs certain keyword , the value stored in the dictionary related to the keyword print in the app!!
@6:55 What if I want to add SpecialGridLayout dynamically from python code from another class.
Hello can you help me with the code in kivymd!! I want to store data in the form of dictionary which when user inputs certain keyword , the value stored in the dictionary related to the keyword print in the app!!
please help!:
i have created a special class and i have not used it in the builder string but used it in a dialog box like this
content = Secialclass()
in that special class i have a text field
how do i reference text in that?
if i add the special class in main builder srting the text field comes on the mai page and in dialog box too
Ok so this works good on the same screen, how would you reference 1 screens text input and update a label on screen 2?
I'm getting "super' object has no attribute '__getattr__'" error, im using kivymd
Hello can you help me with the code in kivymd!! I want to store data in the form of dictionary which when user inputs certain keyword , the value stored in the dictionary related to the keyword print in the app!!
Very explicit tutorial Erik. Its very difficult to get clear explanations on ids. One question I have is, when do ids get created? This is the situation: i have a set of labels that need to be populated prior to showing the screen. How would you tackle it? Thanks.
Is there a way to set id in the main file, instead of the kv file?
Can you use the id for layouts
Nice work, keep it up!
Hello can you help me with the code in kivymd!! I want to store data in the form of dictionary which when user inputs certain keyword , the value stored in the dictionary related to the keyword print in the app!!
how do i access these ids from another class, inside of the main.py script?
AttributeError: 'PongGame' object has no attribute 'root' I am getting this error when I am trying to refer label like this
player1_score = self.root.ids.score1
Hello can you help me with the code in kivymd!! I want to store data in the form of dictionary which when user inputs certain keyword , the value stored in the dictionary related to the keyword print in the app!!
When i add TextInput: to my kv file it breaks my window any ideas how to fix this?
I have been working on this project where I need to to change the text of a label according to a the text written in a textinput in a different screen..... Is there a way to do that.
any response would be greatly appreciated
how can I assign a variable to the reference of my widget in my class instead of in a function?
Hello can you help me with the code in kivymd!! I want to store data in the form of dictionary which when user inputs certain keyword , the value stored in the dictionary related to the keyword print in the app!!
In .Py file why do you write ids instead of id as mentioned in .kv file?
usted se llama edwin?
When should one use ':' and when '=' in kv file?
Hello can you help me with the code in kivymd!! I want to store data in the form of dictionary which when user inputs certain keyword , the value stored in the dictionary related to the keyword print in the app!!
I'm having big problems with referencing ids. I wonder if you might help. I've had to initialise the method and the parent class FloatLayout. This is for an ebook reader so I've got an object instance of the book contents which I'm passing about between methods and classes as I parse the info. My problem is that it will only accept "self" in the __init__ method - not from any of my other methods- which is a nightmare. When there's an event in KV, easy-peasy - I can just send it straight to python or to another widget. When there's an event in python (eg, I want to get self.height for an id within a loop) then I'm finding I can't just reference a module in the root class that returns self.root.ids.id_name.height...
If I pass "self" it thinks I'm referring to by book loading instance (nothing to do with kivy) and I know of no way to explicitly name the object to fetch the id.
It's kinda set up like this (boiled down version):
:
FloatLayout:
id: some_id
Label:
id: some_other_id
--- --- ---
class RootClass(FloatLayout):
def __init__(self, **kwargs):
super(MyLayout, self).__init__(**kwargs)
someVariable = self.root.ids.some_other_id.height
Hello can you help me with the code in kivymd!! I want to store data in the form of dictionary which when user inputs certain keyword , the value stored in the dictionary related to the keyword print in the app!!
Hello can you help me with the code in kivymd!! I want to store data in the form of dictionary which when user inputs certain keyword , the value stored in the dictionary related to the keyword print in the app!!
thank u very much, this video helped me a lot. if it was possible on youtube to like one video 1000 times, i will put on this video
Superb video! I would like to see you generate a CRUD Kivy / Python video that focuses on adding, deleting, updating, etc. records in a database.
I have videos like that uses Google Firebase's Real-time Database, if you just search for "kivy firebase" on youtube you'll see a couple!
Hello can you help me with the code in kivymd!! I want to store data in the form of dictionary which when user inputs certain keyword , the value stored in the dictionary related to the keyword print in the app!!
@@erik-sandberg Thanks! Your suggestion resulted in me being able to create CRUD Kivy / KivyMD / Python Apps that met my needs. I'm an extreme novice with regards to Python / Kivy / kivyMD. You have been a GREAT help!
can you do something like search video.
Hi Erik - perhaps you could shed some light on this: My root widget is a FloatLayout, divided into two GridLayouts of 0.1 and 0.9 respectively (I want a "top menu" which is persistent throughout the app, as in friendly fitness). Is there anyway I can make the loginscreen override this logic (I don't want the "top menu" to be visible before you log in). Or is there a more elegant way to solve this?
Try having your root widget be a ScreenManager. Then the first screen of the screenmanager should be your login screen. Once the user logs on, switch screens to your 2nd screen, which is your current FloatLayout. Your 2nd screen code would be all the exact code you have right now, except indented once with a Screen widget before the Floatlayout.
Bro you are just like my elder brother which doesn't exit but, you are guiding me through your videos
Please also upload a video a video about packaging kivy app for windows 🙏
Hello can you help me with the code in kivymd!! I want to store data in the form of dictionary which when user inputs certain keyword , the value stored in the dictionary related to the keyword print in the app!!
the main windows is loading but not the widgets
Erik thanks for this tutorial! Could you make a tutorial how to make number picker (scrollin wheel number picker) by using kivy? If it's possible... Thanks in advance!
Hello can you help me with the code in kivymd!! I want to store data in the form of dictionary which when user inputs certain keyword , the value stored in the dictionary related to the keyword print in the app!!
I can't set id in kivy v2.0 any more with python like that Button(id="myid") I hate kv scripts
can u drop your facebook account pls ? Ide discuss some point and ideas with u if u have time for that