githubEdit

Quick Start

Working with OpenAdapt

circle-info

Experiencing difficulty? Get support on our Discordarrow-up-right.

Installation

OpenAdapt requires Python3.10, you can download it herearrow-up-right or try our installer, which will download Python for you.

circle-info

Good to know: After installing OpenAdapt, run pytest to verify that the installation was successful.

Make your first recording

circle-info

Note: A GUI is currently in development, see app (module)

To make your first recording, try the following command:

You should see the following when recording has begun:

To stop recording, focus the terminal and send CTRL+C (SIGINT). The recording is finished saving when you see something like this:

To check what the recording looks like, run python -m openadapt.visualize

Read more on openadapt.visualize.

Last updated