AutoClick is a Windows desktop application for automating mouse and keyboard actions. It allows users to record, save, and replay sequences of clicks and keystrokes, making repetitive tasks easier and faster.
- Record mouse clicks and keyboard actions
- Save and load action sequences
- Replay actions with customizable intervals
- Capture screen regions
- Configurable settings via INI file
App.xaml,App.xaml.cs: Application entry and resourcesMainWindow.xaml,MainWindow.xaml.cs: Main UI and logicCaptureWindow.xaml,CaptureWindow.xaml.cs: Screen capture functionalityModels/: Data models (Action,Position)Execute/: Mouse and keyboard automation logicUtils/: Utility classes (INI file handler, hook handler)
- Open
AutoClick.slnin Visual Studio - Restore NuGet packages
- Build and run the solution
See LICENSE for details.