Posts by G̶e̶r̶a̶l̶d̶o̶ J̶u̶n̶i̶o̶r̶ • 17 points
5 posts
-
0
votes1
answer44
viewsQ: How to make the program run from any point of programming
I have a program using pyautogui that fills 20 web formulas sequentially, changing page by page automatically and put a timer for each page of 5 seconds. Usually the pages carry in 2 seconds what…
-
0
votes0
answers62
viewsQ: Automate excel in python sequence
In a google form that transforms all filled data in excel spreadsheet, I did in python a programming that copies the data of the first line and fills a form I need. There is the possibility of this…
-
0
votes2
answers91
viewsQ: Adding a character to a python str
I have a date of birth where I need the program to read the information and enter the day, month and year using pyautogui. For the WRITE function to work, I need to transform the date, which is an…
pythonasked G̶e̶r̶a̶l̶d̶o̶ J̶u̶n̶i̶o̶r̶ 17 -
0
votes1
answer365
viewsQ: Extract specific information from an excel cell using pandas in Python
I need to extract information from a cell in excel using pandas and pyautogui. The cell has a date contained and accurate take out the numbers without the "/" bars. Example: 25/12/2000. What I do at…
-
-2
votes1
answer98
viewsQ: How do I inform pro python that an excel cell is blank
I need to inform python that if the cell "Relation" is in WHITE, it jumps to the next page and if it is filled it fills with the cell content. The code is working normally when the cell is filled,…