Posts by Couzer • 17 points
5 posts
-
0
votes1
answer689
viewsQ: How is the text of the python-kivy text_input used?
I’m having trouble using text_input text to store in the database. Python code: from kivy.app import App from kivy.uix.screenmanager import ScreenManager, Screen from kivy.core.window import Window…
-
0
votes0
answers77
viewsQ: Code runs on Jupyter and Error VSC
I run this code by Jupyter and it runs normally, but when I try to run this same code in Visual Studio Code it gives the following error: "File b'Salaries.csv' does not exist" says that the file…
-
0
votes1
answer180
viewsQ: I have a question in the kivy + sql text_input
Hello, I am trying to make a registration page and I am doing some tests in this code, for example, I am trying to make when I insert a name in the user field and press enter save this data in SQL,…
-
0
votes1
answer1333
viewsQ: I need help limiting the amount of characters in python kivy
I’m with a small amount, I’m trying to limit the amount of characters that can be typed without text, for example, a DDD code, where it only takes 2 or 3 digits, limit to only a maximum of 3…
python-kivyasked Couzer 17 -
1
votes1
answer488
viewsQ: Black screen when running a program with Kivy
I’m not understanding why when I run the following code the screen appears only black. Someone can give me a help? from kivy.app import App from kivy.uix.label import Label from kivy.uix.button…