Posts by GUI Moreira • 29 points
5 posts
-
0
votes0
answers40
viewsQ: Do csg copy a file and rename it then( OS, Shutil)
I’m making an app where I need to copy an image from inside the user’s pc and then play the image in a folder inside a directory that is the program called "/Images". However, even without errors…
pythonasked GUI Moreira 29 -
0
votes1
answer680
viewsQ: How to turn Selenium into an executable (python)
I went to make a bot with Selenium, and on my machine ran smoothly until the executable, but when passing to a friend’s machine is giving a boring error and I can not solve. from selenium import…
-
1
votes0
answers147
viewsQ: How to use Thread in my project with Tkinter and Selenium
I’m making a bot to get the free books that Amazon made available, so I created a graphical interface, but after discovering that Tkinter does not work the way I wanted, it also stops working when…
-
0
votes0
answers108
viewsQ: How to run Selenium and Tkinter at the same time without stopping to answer
Good morning to you all! I have a python code that I use from Tkinter and Selenium to get all the books that Amazon recently made available for free, but Tkinter stops responding as Selenium opens,…
-
0
votes1
answer378
viewsQ: (Tkinter) How to leave Labels, Buttons, and Frames with the tranparente background?
I’m trying to make a program in Python with Tkinter to make records and so on, but when trying to put a photo in the background image it is impossible to remove the white spaces that Tkinter does…