Using python to run the Notepad

Asked

Viewed 144 times

0

How to use python to open the Notepad, then write a message, and finally using python run the Ctrl+z command

1 answer

0


It is possible to use the Pyautogui, which provides ways to control your mouse and keyboard.

Or execute commands via subprocess.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.