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

Save Audio File Kivy, Python

What I am trying to do is, save each recorded file with a different filename(Myaudio1,2,3). Current… Read more Save Audio File Kivy, Python

Error "[core ] Option --mode Not Recognized" Importing Kivy On Pycharm

Importing kivy on PyCharm the following error shows up: [INFO ] [Logger ] Record log in… Read more Error "[core ] Option --mode Not Recognized" Importing Kivy On Pycharm

Moving A Image With Mouse Cursor In Kivy

I need to move a image with the mouse cursor in kivy it dosent mean that i want to change the mouse… Read more Moving A Image With Mouse Cursor In Kivy

Kivy: Dismiss One Popup From Another Popup

I use kivy.factory.Factory to open the popups, but it's not working when I want to close them. … Read more Kivy: Dismiss One Popup From Another Popup

Kivy App Doesn't Work On Android Phone, Although It Works On The Computer

I have some problems with making apk using buildozer on debian: when I launch my app on debian it … Read more Kivy App Doesn't Work On Android Phone, Although It Works On The Computer

How To Change A Space When A Button Is Pressed With Kivy?

I am trying create a GUI by implementing the template of the ComicCreator GUI sample as a template … Read more How To Change A Space When A Button Is Pressed With Kivy?

Kivy Scrollview Can't Scroll

FileView extends the kivy ScrollView. In the app I can see three out of the four image, but I am no… Read more Kivy Scrollview Can't Scroll

How To Insert A Python Script In A Class In Kivy?

I have a python text that I want to put in a class in kivy. Then I would like to use this class as … Read more How To Insert A Python Script In A Class In Kivy?