Skip to main content

Questions tagged [kivy]

Kivy is an open source Python library for rapid development of cross-platform applications equipped with novel user interfaces, such as multi-touch apps.

0 votes
0 answers
12 views

Can bus data reading error with PCAN Canable Adapter

I am working on project. The idea is to read can bus vehicle data and visualize it on screen. The Rasperry Pi 4 was chosen as platform, python and its GUI Kivy, python can library. the can reader is ...
Dima Panasenko's user avatar
0 votes
0 answers
21 views

Trouble Loading CSS Files in Kivy App Using WebView

I'm currently developing a mobile app with Kivy where I load HTML templates into a WebView. While the HTML templates load correctly, I've encountered an issue with loading CSS files. Here’s how I've ...
Hance's user avatar
  • 1
0 votes
0 answers
13 views

Python kivy add_widget adds double the amount of widget that overlap on each other

Python kivy add_widget adds double the amount of widget that overlap on each other I tested dynamically adding widgets and they behave very oddly, i created custom widget that i add to the grid on ...
Данил Галюченко's user avatar
0 votes
1 answer
15 views

How to make key cursor visible again in kivy text input?

I am learning kivy by doing atm, trying my hand at game scorekeeping app. Making some progress, but a small thing has me stumped: When giving my textbox rounded edges, afterwards I see no more key ...
Krusenstern's user avatar
0 votes
0 answers
16 views

Kivy backend implementation

I am a hobbyist programmer. I have learnt python as my first programming language. I want to learn android mobile app development using python. And I am thinking to use Kivy for it. And now I got to ...
CodeWithTanish's user avatar
0 votes
0 answers
25 views

kivy "configure: error: C compiler cannot create executables Resolving the "See `config.log' for more details" error

https://github.com/hyun071111/kivyapp I'm making an Android app with kivy, but I keep getting an error... Can anyone help me? Traceback (most recent call last): File "/usr/lib/python3.10/runpy.py&...
박현욱's user avatar
0 votes
1 answer
11 views

Kivy - How can I modify example for using ScrollView + GridLayout (Kivy-Garden Draggable)?

This Kivy - Draggable example works great: from kivy.properties import ObjectProperty from kivy.app import App from kivy.lang import Builder from kivy.uix.label import Label from kivy.uix.floatlayout ...
lukassliacky's user avatar
-3 votes
0 answers
45 views

tkinter to Android app. { Need tkinter to kivy translation } [closed]

I am trying to make e tic tac toe game. I wrote the code in tkinter. While I tried to export the code into apk I found out it is not possible. I tried to translate the code into kivy but the code ...
Saha Aditya's user avatar
0 votes
0 answers
17 views

Buildozer android.ndk failed to find packageplatforms;android-31

I have been trying to compile an application built with python and kivy into an APK file using buildozer. I keep having the same error no matter what I seem to do. Here is the error I am getting: ...
Ethan's user avatar
  • 1
-1 votes
1 answer
59 views

How to use Pygame and Kivy

My question is not how to merge pygame and kivy screens. My problem is that I am working using kivy but in my code I added a function which runs a pygame program. When this program runs, the screen ...
Lord vic's user avatar
0 votes
1 answer
25 views

How do I call a function of a class that is a part of a kivy ScreenManager

My app has a ScreenManager with a couple of screens. I need to call the create_widgets() function of the SecondScreen. I may need to call it a couple of times while running the program with different ...
Alexey Axyonov's user avatar
0 votes
0 answers
16 views

Buildozer, gradlew failed, Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0

tried making an app using Buildozer with the help of WSL(ubuntu 22.04.3), on running the buildozer android debug it used gradle == 8.0.2 then i recived this (in short it was expecting gradle == 9.0) ...
ACHINTYA GUPTA's user avatar
0 votes
0 answers
14 views

Restrict Kivy FileChooserListView to use double-click to open folder

I'm using Python's Kivy FileChooserListView in a popup, and I want it to require you to double click a folder to open it more like in Windows, but I cannot figure out how to do it. The problem is that ...
Shadow0144's user avatar
-1 votes
1 answer
38 views

Google generativeai Kivy Andriod app crach at launch due to grpc

I am building a kivy app with integration of google-generativeai. I used buildozer to compile for Android. The compilation was successful but the app crashed when launching. Error: 07-08 19:33:51.220 ...
Jesscralett's user avatar
0 votes
1 answer
29 views

Screen manager unable to navigate to a new page

I am using multiple screens on kivy. In a screen called Riddles I have Riddlepage having buttons in it. I try to go to another screen by clicking on any of these buttons using the function navigate ...
Lord vic's user avatar

15 30 50 per page
1
2 3 4 5
921