J
J
Jairman2019-12-03 15:58:39
Python
Jairman, 2019-12-03 15:58:39

How to implement running Windows applications in Python?

You need to open a program for Windows in Python code, then enter the security code in it and copy the data from it and write it to a variable (in the future you will still need to click on some buttons). How to do this as simply as possible and so that it is clear how to work inside?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
MechanicZelenyy, 2019-12-03
@Jairman

You want to not only run the program, but also simulate the user's actions in it. It is not so easy if the program does not have the corresponding API, you just have to emulate user actions with python by controlling the mouse and keyboard from python. There are such libraries in python, my colleague successfully used it by writing a clicker in python.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question