Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month ago
JSON representation
Record and play/simulate mouse and keyboard input on windows
- Host: GitHub
- URL: https://github.com/sibber5/ActionRepeater
- Owner: sibber5
- License: mit
- Created: 2022-02-20T15:16:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-13T16:02:35.000Z (about 1 year ago)
- Last Synced: 2024-09-17T00:46:25.498Z (about 2 months ago)
- Topics: automation, desktop-app, dotnet, windows, winui3
- Language: C#
- Homepage:
- Size: 40 MB
- Stars: 15
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- WinUI-3-Apps-List - ActionRepeater
README
ActionRepeater
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)