Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
Kivy users support
Conversations
Labels
-
27
32bits
64bit
Add_Requirement
AnchorLayout
Android
Audio
Buildozer
Buster
Button
CommandLine
Config
Copyright
Core
Documentation
Google
Graphics
GridLayout
Hardware
Image
KeyError
Kivy
Kivy-dependencies
Kivy_Complete_VM
Layout
Licensing
MacOS
MediaPlayer
Mojave
NSExcetion
NewConnectionError
NoClassDefFoundError
No_Internet
OS
OpenGL
Pillow
Plyer
Popup
PyCharm
Question
RHEL8
RTFM
Raspbian
Reference
SVG
Screenmanager
Serial
Settings
Solved
Splash_Screen
Stretch
Suggestion
TUIO
TabbedPanel
TextInput
Threading
TreeView
USB
Ubuntu
Update
Widgets
Windows
actions
addWidget
ambient
and
androidfreezes
animation
ant
api
apk
appium
atlas
audiostream
autoclass
awaiting-reply
background_image
base64
basic_functions
beginner
blackscreen
broadcast
bug
bzip
cairo
camera
canvas
carousel
center
cffi
changing
chart
checkbox
chrome
chromebook
class
class_instance
clear
click
clock
cmake
command
compile
crash
cryptography
cursor
data
database
debug
dependencies
desktop
display
distutils
drag
dropdown
error
events
exe
export
file
firebase
flower
focus
full-screen
fullscreen
functools
garden
gif
github
gradle
graph
gym
headset
https
iOS
iOS-App
iOS-App-Released
icon
id
ids
import
inheritance
installation
instance
interaction
io
iphone
italia
iterate_all_nodes
json
keyboard
keyboard_on_key_down
ki
kivmob
kivy-ios
kivy3
kivyios
kivylang
kivymd
kivypie
kv-language
kvFile
label
landscape
launcher
lib2to3
library
light
linux
listview
loading_screen
machine
manifest
markup
matplotlib
memory
mitmdump
modifiers
module
modules
multiplatform
multiple
multiprocessing
native
ndk
new
noModule
node
notifications
numlock
numpad
numpy
on_key_down
one
opencv
oscpy
osx
p
p4a
packaging
partial
permission
pil
png
portrait
pos
position
positions
problem
property
pygame_patachute
pyinstaller
pyjnius
pyobjus
pyrender
python
python-for-android
python2
python3
range
rasa
raspberrypi
recipe
rectangle
recycleview
relativelayout
remove
remove_node
request
requests
resistive
root
rotation
rst
run
scatter
screens
screensaver
scroll
scroll_to
scrollview
sdl2
select_node
service
shader
simple
size
sliders
slow
smoothness
space
spacy
speed
spinner
sqlite3
standalone
stockfish
streaming
sun
tensorflow
text
texture
to_local
to_parent
touchscreen
ujson
unicode
urtrequest
virtual
virtualkeyboard
vulkan
webview
widget
x11
xarray
xcode
xpopup
About
Groups keyboard shortcuts have been updated
Dismiss
See shortcuts
Kivy users support
Contact owners and managers
1–10 of 13218
Mark all as read
Report group
0 selected
Daniel Leal
, …
Elliot Garbus
11
1/5/21
Understanding classes
:) :) segunda-feira, 4 de Janeiro de 2021 às 22:10:55 UTC, Pranav Balaji Pooruli escreveu: It is
unread,
Button
Graphics
Kivy
class
Understanding classes
:) :) segunda-feira, 4 de Janeiro de 2021 às 22:10:55 UTC, Pranav Balaji Pooruli escreveu: It is
1/5/21
Degenerate Tech
,
Elliot Garbus
5
8/28/20
how to do modules with kivy language...
done ...thank you On Friday, August 28, 2020 at 7:58:44 PM UTC+5:30, Degenerate Tech wrote: where
unread,
Kivy
Widgets
class
import
modules
python
how to do modules with kivy language...
done ...thank you On Friday, August 28, 2020 at 7:58:44 PM UTC+5:30, Degenerate Tech wrote: where
8/28/20
Siddanth Shaiva
,
Elliot Garbus
2
7/28/20
How to get variable(instance) from one class to another variable(instance) class in python
I assume these 2 screens are attached to the same screen manager. Inside a screen, self.manager
unread,
Kivy
Widgets
camera
class
instance
python
screens
How to get variable(instance) from one class to another variable(instance) class in python
I assume these 2 screens are attached to the same screen manager. Inside a screen, self.manager
7/28/20
husam alkdary
, …
ZenCODE
7
4/7/20
How to change value in widget according to another widget
Try adding halign: "center" On Tuesday, April 7, 2020 at 1:38:49 AM UTC+2, Elliot Garbus
unread,
class
id
label
text
widget
How to change value in widget according to another widget
Try adding halign: "center" On Tuesday, April 7, 2020 at 1:38:49 AM UTC+2, Elliot Garbus
4/7/20
Abraham Francisco
,
Elliot Garbus
6
3/29/20
Trying to make a clock app
Wow! Thank you so much! This all makes very much sense now! I'll definitely read up on the
unread,
Button
Graphics
Kivy
class
clock
run
text
Trying to make a clock app
Wow! Thank you so much! This all makes very much sense now! I'll definitely read up on the
3/29/20
Alex Kobzar
,
Robert Flatt
2
3/12/20
Python & Kivy
The Kivy code is good. The Kivy version is good. Python version is OK. The Kivy dependencies are not
unread,
Android
Button
Documentation
Kivy
Solved
beginner
class
debug
import
installation
problem
python
python-for-android
run
Python & Kivy
The Kivy code is good. The Kivy version is good. Python version is OK. The Kivy dependencies are not
3/12/20
Eric B
,
Elliot Garbus
7
3/10/20
How do I use a variable from one class function in another class function
I made a few modifications. I instanced the root widget FormScreen in kv. I put 2 instances of RBox
unread,
Kivy
class
python
How do I use a variable from one class function in another class function
I made a few modifications. I instanced the root widget FormScreen in kv. I put 2 instances of RBox
3/10/20
Eric B
,
Elliot Garbus
4
3/9/20
Creating a Class for another widget in my .kv file
😊 From: Eric B Sent: Monday, March 9, 2020 11:28 AM To: Kivy users support Subject: [kivy-users] Re:
unread,
Kivy
class
error
id
python
root
widget
Creating a Class for another widget in my .kv file
😊 From: Eric B Sent: Monday, March 9, 2020 11:28 AM To: Kivy users support Subject: [kivy-users] Re:
ericis...@gmail.com
3/9/20
kp2111
, …
Elliot Garbus
5
6/26/19
Tutorials for using Kivy with sqlite and classes?
Kivy is heavily object orientated, so you will be using classes for the GUI. Here are a few resources
unread,
Kivy
class
python3
sqlite3
Tutorials for using Kivy with sqlite and classes?
Kivy is heavily object orientated, so you will be using classes for the GUI. Here are a few resources
6/26/19
Juan Francisco López-Egea Martínez
,
ZenCODE
13
2/11/19
How to create a new instance of a class defined in kv file from main.py
Ha. No worries. I should have include the super when I mentioned calling the __init__. But glad you
unread,
class
import
instance
kvFile
How to create a new instance of a class defined in kv file from main.py
Ha. No worries. I should have include the super when I mentioned calling the __init__. But glad you
2/11/19