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?

Preloading Sound In Kivy

I have a kivy-based game that is supposed to play some sound FX. Sound objects are loaded like this… Read more Preloading Sound In Kivy

Kivy: Get Widgets Ids And Accessing Widgets By Unique Property

I'm new to Kivy and I have this little demo snippet that demonstrates my problem: from kivy.app… Read more Kivy: Get Widgets Ids And Accessing Widgets By Unique Property

Multiple Monitors With Kivy

I'm looking at using Kivy to create a program that needs to display a window on each monitor, i… Read more Multiple Monitors With Kivy

How To Customize Style.kv In Kivy

According to Kivy Doc, I can customize a kivy app look, by creating a local style.kv file that will… Read more How To Customize Style.kv In Kivy

Buildozer Compiles Simple Android Kivy Application, But Fails While Packaging

This is the output of buildozer: buildozer android debug # Check configuration tokens # Ensure buil… Read more Buildozer Compiles Simple Android Kivy Application, But Fails While Packaging

Update Label's Text When Pressing A Button In Kivy For Python

Here is my code: I want to make a game where the main_label changes text when you press a button bu… Read more Update Label's Text When Pressing A Button In Kivy For Python

How To Dismiss The Kivy Pop-up Via A Button?

I have a pop-up created with Kivy, which contains 2 buttons. User can dismiss the pop-up by pressi… Read more How To Dismiss The Kivy Pop-up Via A Button?

How To Change Text Of A Label In The Kivy Language With Python

I was wondering how I could change the text of a label made inside the Kivy language using Python. … Read more How To Change Text Of A Label In The Kivy Language With Python

How To Access Class Instance Initiated By The Kivy Code?

I am stuck. I can't wrap my mind around how to access an object that is initiated in the Kivy f… Read more How To Access Class Instance Initiated By The Kivy Code?

Saving Login Screen Username And Password For Kivy App

I am working on a Kivy app for iOS and Android and need help with keeping the user persistently log… Read more Saving Login Screen Username And Password For Kivy App

Nsexception On Import Of Matplotlib, Kivy In Osx

I'm working on some kivy code that's working fine on windows 10, but crashes on osx sierra,… Read more Nsexception On Import Of Matplotlib, Kivy In Osx

Kivy Moving A Widget

Unable to move a widget using Kivy I want to move a rectangle and have followed the code used in yo… Read more Kivy Moving A Widget