An open API service indexing awesome lists of open source software.

https://github.com/entity12208/pressit

A fast and easy key/mouse presser that lets you automate any key or mouse click with custom CPS.
https://github.com/entity12208/pressit

cps spamming-tool

Last synced: 9 months ago
JSON representation

A fast and easy key/mouse presser that lets you automate any key or mouse click with custom CPS.

Awesome Lists containing this project

README

          

# PressIt

A lightweight key and mouse presser for fast automated pressing.

## Features

* Press any key or type `Click` for mouse left clicks.
* Set CPS (Clicks Per Second) or `-1` for hold.
* Toggle start/stop with **Right Shift**.
* Exit quickly with `/ + Right Shift`.
* Status window shows current key and CPS.

## Supported Keys

* `space`, `enter`, `shift`, `ctrl`, `alt`, `tab`, `backspace`, `esc`, `up`, `down`, `left`, `right`, and any other character.

## Usage

1. Install [Python](https://python.org).
2. Run `pip install pynput`.
3. Download and unzip this repository, or just download `pressit.py`.
4. Double-click `pressit.py`.
5. Type the key to press or `Click` for mouse left click.
6. Enter CPS (or `-1` to hold).
7. Press **Right Shift** to start/stop.
8. Exit with `/ + Right Shift`.

## Warning
Setting the CPS too high can cause the key to continue being pressed! If this happens and you are stuck, delete the terminal window. Please submit an issue if this occurs. Also submit an issue if the status is incorrect.