Skip to content

Auto Keyboard Presser PRO is a powerful keyboard automation tool that allows you to record and replay keyboard sequences with ease. Whether you're looking to automate repetitive tasks or enhance your gaming experience, this tool has you covered with a modern UI, customizable playback options, and an emergency stop feature.

License

Notifications You must be signed in to change notification settings

PluckybandYT/Auto-Keyboard-Presser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Auto-Keyboard-Presser

Auto Keyboard Presser PRO is a powerful keyboard automation tool that allows you to record and replay keyboard sequences with ease. Whether you're looking to automate repetitive tasks or enhance your gaming experience, this tool has you covered with a modern UI, customizable playback options, and an emergency stop feature.

head down to see the steps and skip the blah blah


Auto Keyboard Presser PRO(because pro makes it sound better according to people lmaoo) 🤖✨

Made by Talha Shaikh
For my own game purposes – I saw others using AHT (Auto Hate Key) and decided to build something similar but easier hehe

About

Auto Keyboard Presser PRO is a powerful keyboard automation tool that allows you to record and replay keyboard sequences with ease. Whether you're looking to automate repetitive tasks or enhance your gaming experience, this tool has you covered with a modern UI, customizable playback options, and an emergency stop feature.

Features

  • Modern UI: Built with Tkinter and ttk for a clean, user-friendly interface.
  • Record & Replay: Easily record your keyboard sequences and replay them whenever you want.
  • Customizable Playback: Adjust delays between key presses, set the number of repeats, or loop indefinitely.
  • Emergency Stop: Instantly stop playback with a designated hotkey.
  • Visual Feedback: Watch your recorded sequences in a structured list complete with timing details.
  • Hotkey Controls: Use hotkeys:
    • F8: Start/Stop Recording
    • F9: Play Recorded Sequence
    • F10: Emergency Stop

Requirements

  • Python 3.x
    Download from python.org
  • Libraries:
    • tkinter (comes pre-installed with Python on most systems)
    • keyboard (install via pip)
    • threading (part of the Python standard library)

Installation

Even if you have no programming background, follow these simple steps:

  1. Install Python 3.x:
    If you don’t have Python installed, download and install it from python.org.

  2. Clone this Repository:
    Open your terminal or command prompt and run:

    git clone https://github.com/your-username/auto-keyboard-presser-pro.git
    cd auto-keyboard-presser-pro
  3. Install Required Libraries:
    In your terminal (while in the project folder), run:

    pip install keyboard

How to Run

You don’t need to be a programmer to run this tool!

Option 1: Using the Command Prompt/Terminal

  1. Open your terminal or command prompt.
  2. Navigate to the folder containing the script:
    cd path/to/auto-keyboard-presser-pro
  3. Run the script:
    python auto_keyboard_presser.py

Option 2: Double-click (Windows)

  • If you have Python installed and .py files are associated with Python, you can simply double-click the auto_keyboard_presser.py file.

Option 3: Using an IDE (Optional)

  • Open the project in an IDE like VS Code or PyCharm.
  • Run the script directly from the IDE.

Usage

  • Recording:
    Press F8 to start recording your keyboard sequence. Press F8 again to stop recording. The sequence (with key names and the duration from the start) will appear in the list.

  • Playback:
    Press F9 or click the ⏯ Play button to start replaying the recorded sequence. You can set a delay between key presses, adjust the number of repeats, or select infinite looping.

  • Emergency Stop:
    At any time during playback, press F10 or click the ⏹ Stop button to halt the process immediately.

  • Clearing Sequences:
    Click the ❌ Clear All button to clear the recorded sequence list.

Contributing

Contributions, issues, and feature requests are welcome! Feel free to fork this repository and submit a pull request if you have any improvements or bug fixes.

License

This project is open-source under the MIT License.


Enjoy automating your keyboard! 🚀
Made with Talha Shaikh(more like with AI)

About

Auto Keyboard Presser PRO is a powerful keyboard automation tool that allows you to record and replay keyboard sequences with ease. Whether you're looking to automate repetitive tasks or enhance your gaming experience, this tool has you covered with a modern UI, customizable playback options, and an emergency stop feature.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%