Skip to content

hungdoba/auto_click

Repository files navigation

AutoClick

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.

Features

  • Record mouse clicks and keyboard actions
  • Save and load action sequences
  • Replay actions with customizable intervals
  • Capture screen regions
  • Configurable settings via INI file

Project Structure

  • App.xaml, App.xaml.cs: Application entry and resources
  • MainWindow.xaml, MainWindow.xaml.cs: Main UI and logic
  • CaptureWindow.xaml, CaptureWindow.xaml.cs: Screen capture functionality
  • Models/: Data models (Action, Position)
  • Execute/: Mouse and keyboard automation logic
  • Utils/: Utility classes (INI file handler, hook handler)

Getting Started

  1. Open AutoClick.sln in Visual Studio
  2. Restore NuGet packages
  3. Build and run the solution

Dependencies

License

See LICENSE for details.

Author

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages