Posts by Erick Vieira • 51 points
4 posts
-
1
votes1
answer95
viewsQ: Run Videos with parameters
Staff I’m having difficulties in creating a relatively simple script. I have some files . mp4 and wanted to try to run them in order (with loop) and on Full Screen I have that code: class…
pythonasked Erick Vieira 51 -
1
votes0
answers67
viewsQ: Decode Qrcode
I’m studying a little Iot and I’m trying to create a "door opener" by Qrcode(when someone shows a Qrcode to camera, it will identify and open the door) But the camera I have at home is a Logitech…
-
0
votes1
answer105
viewsQ: Problems with special character (c...)
I’m making a system with Speech Recognition where as I speak it goes saving in a file . db (or .txt) but I noticed that the following characters appear when I speak a word with special characters…
-
2
votes1
answer109
viewsQ: Print specified JSON value
I am creating an application whose one of the returns comes from an API (return in JSON), and I need to collect the value of the key 'text' but when I return this way: data = json.dumps(response)…