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

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 Can I Change Kivy Window Position

Is there any other way to change window position without using: from kivy.config import Config Conf… Read more How Can I Change Kivy Window Position

Display List Of Ordereddict In Kivy

I have a list of Ordereddict as follows list1= [OrderedDict([('Numbers', '15'), (&… Read more Display List Of Ordereddict In Kivy

Kivy - Tabbedpanel Headers Slight Offset

I'm using the TabbedPanel (with the default tab_pos: 'top_left') but the headers (as on… Read more Kivy - Tabbedpanel Headers Slight Offset

Kivy App Loads With Other Colors Than Defaults Every Launch (bug)

(Python 3.7.3 / Kivy 1.10.1 / Win10 patch 1809) Hi, thanks for taking some time to read me. I'm… Read more Kivy App Loads With Other Colors Than Defaults Every Launch (bug)

How Do I Partially Display An Image In Kivy?

I am trying to make a custom progress bar with 2 images in Kivy. self.progress_bar.width = self.siz… Read more How Do I Partially Display An Image In Kivy?

Python Kv File How To Call Function From Another Class

How can I call a method from class Account in my kv file? py file: import kivy kivy.require('1.… Read more Python Kv File How To Call Function From Another Class

Forcing A Kivy Widget's Orientation To Be Landscape/portrait

I'm developing an app where I want one of ScreenManager's screen to be in landscape orienta… Read more Forcing A Kivy Widget's Orientation To Be Landscape/portrait