4

On a mac preferably, what are the modules you need to import or just what to write to run something simple like: a python script to open a terminal and use the screencapture command on mac terminal to capture your screen image every minute?

2

1 Answer 1

6

You can try with:

import os
os.system('...your command...')
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.