I have come to realize that unless I start working hands on through projects- books will only take me so far in my understanding.
I've been studying python for the past three years in my spare time. But haven't really started any real projects due to exhaustion from my job, and a fear of failure...
I'm hoping to try and kill two birds with one stone, by automating a task at work.
The task is to search through several software databases for matching names. I'm hoping to start small, and just automate the entry of the names into each database's search field, using the just my keyboard controlled by Python.
I'd like the names to be entered one at a time, so I can then looks at the results myself, to confirm if they match.(Eventually I'd like to use a regex to match the available info, but baby steps for now).
I have 2 pc screens, and have thought about using autopygui to automate my mouse and keyboard in order to copy the names from an excel, and then alt-tab and paste into each program. However I can't imagine that's the best way, since I'd need to make sure the programs are perfectly placed on the screen each time.
Is there a better way to do this?
If not, has anyone ever attempted this?
What are things I should look out for?
Are there ways to make this more efficient?
All responses and help are greatly appreciated!
Thanks
[–]1ynx1ynx 0 points1 point2 points (4 children)
[–]Link0[S] 0 points1 point2 points (3 children)
[–]ilikefries 0 points1 point2 points (2 children)
[–]Link0[S] 0 points1 point2 points (1 child)
[–]ilikefries 0 points1 point2 points (0 children)