Skip to content

A small mouse and keyboard autoclicker and holder.

License

Notifications You must be signed in to change notification settings

Cutleast/KeyMouseClicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KeyMouseClicker


📄Description

This is a small mouse and keyboard autoclicker and holder.

Only Windows is supported!

🕹Features

  • Autoclicker and hold mode
  • Remembers settings
  • Supports mouse and keyboard

🖼️Screenshots

Standard Settings:

Keyboard Mode:

Hold Mode:

🫶Contributing

1. Feedback (Suggestions/Issues)

If you encountered an issue/error or have a suggestion, open an issue with sufficient information.

2. Code contributions

  1. Install Python 3.11 (Make sure that you add it to PATH!)
  2. Clone repository
  3. Open terminal in repository folder
  4. Type in following command to install all requirements (Using a virtual environment is strongly recommended!): pip install -r requirements.txt

3. Execute from source

  1. Open terminal in src folder
  2. Execute main file python main.py

4. Compile and build executable

  1. Follow the steps on this page Nuitka.net to install a C Compiler
  2. Run build.bat with activated virtual environment from the root folder of this repo.
  3. The executable and all dependencies are built in the main.dist-Folder.

5. Build installer

  1. Install Inno Setup from this page jrsoftware.org.
  2. Open installer.iss with Inno Setup.
  3. Click on compile in the tool bar.
  4. Output gets generated in Inno_Output.

🔗Credits