Skip to content Skip to sidebar Skip to footer
Showing posts with the label Kivy

How To Create A Navigation Bar Using Kivymd Without Kv Language?

I want to create a navigation bar in my android application.I have searched about it a lot in googl… Read more How To Create A Navigation Bar Using Kivymd Without Kv Language?

Trying To Install Kivy On My Pc I Get The Following Errors

tried installing kivy on my pc with python 3.6. using cmd and both pip and easy_install i got the e… Read more Trying To Install Kivy On My Pc I Get The Following Errors

Kivy Popup Running In Separate Thread

I am populating a treeview in Kivy that takes some time depending on how large it is. In the case … Read more Kivy Popup Running In Separate Thread

Kivy: Sizing Buttons To Fit Wrapped Text Within Dropdown

I'm having issues building a Kivy dropdown with word wrapping enabled for the text, such that t… Read more Kivy: Sizing Buttons To Fit Wrapped Text Within Dropdown

Can I Use Tkinter Window In Kivy As A Sub-part Of Gui?

I am new to kivy and Tkinter. I want to use kivy as my root (main) GUI. But I also want to add Tki… Read more Can I Use Tkinter Window In Kivy As A Sub-part Of Gui?

Getting Error : No Module Named 'calendar_ui'. Even Though Kivycalendar Has Been Installed Using Pip In Windows 10

KivyCalendar has been installed using pip in windows 10. But returns an error:- No module named &#… Read more Getting Error : No Module Named 'calendar_ui'. Even Though Kivycalendar Has Been Installed Using Pip In Windows 10

Kivy Running Error. Unable To Find Any Valuable Text Provider

Windows 10 machine. Two python version installed. 3.6.5 and 3.5. Also 3.4 was installed and removed… Read more Kivy Running Error. Unable To Find Any Valuable Text Provider

How To Make A Repetitive Rotating Animation In Kivy?

I want to make an animated widget that would rotate the loading spinner image. I've looked into… Read more How To Make A Repetitive Rotating Animation In Kivy?