R
R
Re7r02021-08-19 18:47:25
Python
Re7r0, 2021-08-19 18:47:25

Is it possible to create a script in python that will run a third party program in the background while I do my own thing?

How to create a script that can run and control a third-party program in the background (i.e. make clicks, write something, without disturbing me)?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
Vindicar, 2021-08-19
@Re7r0

Try pywinauto , it seems to know how (unlike pyautogui).

D
dvlprjv15, 2021-08-26
@dvlprjv15

Here is a good article "A detailed guide to connecting Windows API to Python"
https://www.apriorit.com/dev-blog/727-win-guide-to...
The Windows API is a direct way for user applications to interact with the Windows operating system .
A little more details here https://ru.wikipedia.org/wiki/Windows_API
Using the Windows API "you launch and manage ...". WinAPI itself is controlled by Python.
Links above for easy and quick learning and transition to practice. Good luck!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question