Posts by ranyeltons • 1 point
2 posts
- 
		0 votes0 answers13 viewsQ: View images in "Gallery" with Python (Tkinter)Hello, the idea is to select all images from a directory (folder), it would display all these thumbnail images in a WINDOW via TKINTER (Python). I was able to locate all the directories of the… 
- 
		-3 votes1 answer40 viewsA: Selenium - No Download PermissionUse a User-Agent, for example: header = {'User-Agent': "Coloque seu User-Agent aqui"} Then enter in the parameter in the driver get., thus: driver.get('confidencial', headers=header) Note: to get…