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
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
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.
- 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
- 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)
Even if you have no programming background, follow these simple steps:
-
Install Python 3.x:
If you don’t have Python installed, download and install it from python.org. -
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 -
Install Required Libraries:
In your terminal (while in the project folder), run:pip install keyboard
You don’t need to be a programmer to run this tool!
- Open your terminal or command prompt.
- Navigate to the folder containing the script:
cd path/to/auto-keyboard-presser-pro - Run the script:
python auto_keyboard_presser.py
- If you have Python installed and
.pyfiles are associated with Python, you can simply double-click theauto_keyboard_presser.pyfile.
- Open the project in an IDE like VS Code or PyCharm.
- Run the script directly from the IDE.
-
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.
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.
This project is open-source under the MIT License.
Enjoy automating your keyboard! 🚀
Made with Talha Shaikh(more like with AI)