Skip to main content

The best and most accurate macro recorder for Windows. Easy to use and open source.

Project description

Macro Recorder

The best and most accurate macro recorder for Windows.
Easy to use and open source.

Record

from macro_creator import Recorder

my_recorder = Recorder()
my_recorder.record()

my_recorder.save("my_macro.json")

Run

from macro_creator import Recorder

my_recorder = Recorder()
my_recorder.load("my_macro.json")

my_recorder.play(speed_factor=1.5, only_essential_moves=False)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

macro_creator-1.0.5.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

macro_creator-1.0.5-py3-none-any.whl (3.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page