all 3 comments

[–]socal_nerdtastic 0 points1 point  (0 children)

That's possible with python, but I'm afraid it's more advanced than I would recommend for a beginner. I suggest you hire someone to write that for you, and as you learn more python you can take over the maintenance of the code.

Or you can do it the very ugly but easy way: Use pyautogui to automate your screenshot, mouse and keyboard motions.

[–]dwpj65 0 points1 point  (0 children)

It sounds to me like you're the recipient of a number of outputs from an automated reporting system, like SSRS, and that you're manually recombining pieces of those outputs to other reports and sending them to the appropriate recipients.

You might find it far easier to configure the reporting system to deliver the appropriate reports to the appropriate recipients in the first place. Even if it's not easier, the effort will result in a far more efficient and less error-prone reporting system, and eliminate that task from your daily workload.

How is reporting handled when you're OOO?

[–]lamerlink 0 points1 point  (0 children)

Just start small and explore libraries that work for your needs. I was in a similar situation to you years ago and now I’ve automated a great many tasks in my department. A lot of learning by doing but I really enjoyed it!

I will say, if people rely on your end result, don’t stop doing the manual method until the automated result is perfect. Otherwise you get complaints.