Posts by Wallace Bruno • 13 points
10 posts
-
0
votes1
answer15
viewsA: Problems opening VLC and Running another def
Follow the solution I found to run 1 video at a time as per user’s speech: Below has a function called _play() that plays the audio files: def _playVideo(file): os.system('vlc…
python-3.xanswered Wallace Bruno 13 -
0
votes1
answer103
viewsQ: Improve Cognition of gTTS
you can improve the cognition of gTTS with Python? I am creating a project with emphasis on "voice recognition" for commands on the PC // Arduino // Rasp // others but I realized that when I speak…
python-3.xasked Wallace Bruno 13 -
0
votes1
answer15
viewsQ: Problems opening VLC and Running another def
Guys I’m creating a system that will talk and listen to the user, basically it runs a video and the guy has to answer (a quiz) QObject::~QObject: Timers cannot be stopped from another thread Follow…
python-3.xasked Wallace Bruno 13 -
0
votes0
answers33
viewsQ: Run several videos
I have about 8 sequences of videos that need to run as the user chooses the option (1 = Video_1, 2 = Video_2) Example: "Enter the desired option" "1 - Start Engine Machine 01" "2 - Reestablish…
-
0
votes1
answer47
viewsA: How to find a Select without ID or NAME field
If someone has the same problem, follow the solution I found: data.find_element_by_xpath("//select[@class='form-control']/option[text()='" + x + "']").click()
-
-1
votes1
answer47
viewsQ: How to find a Select without ID or NAME field
I have a test project where I have to perform some Inserts in the form and validate if everything is flowing well, but the Dev who created the form did not put select as follows: <select id=""…
-
-1
votes1
answer679
viewsQ: run python on another machine
Staff it is possible to run a python script on another network machine? Example: I use the dev01 machine and I need to execute a script for collection and data on the BD03 machine both machines have…
-
0
votes0
answers81
viewsQ: PDF opening in Modal gets lowercase
I have a website where I use a modal for opening PDF, and the same when it is opened is very small. Has anyone ever been through this? They’d know a way to fix it? CSS Modal code:…
-
0
votes1
answer443
viewsQ: Using SQL Query with Asp MVC5
how do I execute an SQL query with ASP MVC5 + Entity? Example, I need to use "Count" in a table called "templates" am dev php and am learning now Asp.net framework mvc 5 and have no idea how to do…
-
0
votes1
answer38
viewsQ: Doubts - JSP - Servlets
Good morning, you guys, I’m having difficulties to perform the CRUD in a test app.... I made it with the default (almost) MVC, the problem is that by clicking on the form of "New Product" and…