Posts by Alex Vale • 16 points
4 posts
-
0
votes1
answer103
views -
0
votes2
answers77
viewsA: Doubt about lists and repetitions ! (Python)
This is happening because the first element (kind of purposefully) is not placed on the list. I suggest you take the first line of code, change while != 0 by a looping "infidel": while True: and put…
-
0
votes1
answer274
viewsA: Kivy: Screenmanager() to Clear Widgets before screen transition
Hi, you can use to remove widgtes from a screen using the function remove_widget(). As your screen can have child widgtes (widgets that are inside it) you can remove them using the Children…
-
-2
votes1
answer59
viewsQ: Plyer installation didn’t work, how to make it?
I’m trying to make an app that can send a notification to the user on his phone. For this I found the plyer package, so I used the linux commands to do the installation: `git clone…