Posts by JVNSANTOS • 43 points
3 posts
-
0
votes0
answers13
viewsQ: how to install an internal package of requeriment.txt in python?
For example, I have a python code that uses the library import geocoder. In my machine I’ve used the pip install geocoder, but when a colleague made a git-clone it didn’t run for lack of this…
-
3
votes2
answers335
viewsQ: Remove cmd/dos window when calling Python App
I made a script in Python that has an interface, but when I run it, the Python interpreter window appears together. How to remove this CMD window that opens together with the application? Follow the…
-
1
votes0
answers44
viewsQ: Python & Arduino - Arduino does not restore my serial write() function
I am trying to communicate a python code and Arduin, but it is not returning the value to light the LED. Already all configured, Pip, pyserial etc. import serial import time import os conexao =…