Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sibber5/ActionRepeater

Record and play/simulate mouse and keyboard input on windows
https://github.com/sibber5/ActionRepeater

automation desktop-app dotnet windows winui3

Last synced: about 3 hours ago
JSON representation

Record and play/simulate mouse and keyboard input on windows

Awesome Lists containing this project

README

        



ActionRepeater


version


license


A windows app (WinUI 3) to record and/or simulate mouse and keyboard input.

![](https://github.com/cyberrex5/ActionRepeater/blob/18a76446522fea84e98bca715b3aca603f7e5ec4/screenshots/0.3.0-alpha.png?raw=true)

## Installation

### Requirements

- Windows 10 v2004 (19041) or newer
- [.NET Desktop Runtime 7.0.X](https://dotnet.microsoft.com/download/dotnet/7.0)

Download the zip from [the latest release page](https://github.com/cyberrex5/ActionRepeater/releases/latest), extract it, and run `ActionRepeater.exe`. (of course, you can put the folder wherever you want and make a shortcut)

## Development

### Development Requirements

- [.NET 7.0.X SDK](https://dotnet.microsoft.com/en-us/download/dotnet/7.0)
- [Windows SDK 10.0.19041.0](https://developer.microsoft.com/en-us/windows/downloads/sdk-archive/)
- [Windows App SDK 1.3](https://docs.microsoft.com/en-us/windows/apps/windows-app-sdk/downloads)
- [Build Tools for Visual Studio 2022](https://visualstudio.microsoft.com/downloads#build-tools-for-visual-studio-2022) (required to build PathWindows)

### Building/Compiling

Build in visual studio *or* run `build_win10-x64.cmd`, which will build and publish.

## License

[MIT](https://github.com/cyberrex5/ActionRepeater/blob/main/LICENSE)