Metadata-Version: 2.4
Name: pressing
Version: 0.1.6
Summary: A Python automation module for simulating key presses, releases, and clicks
Author-email: Mongoose <mongoosethefirst@gmail.com>
License: MIT
Keywords: keyboard,automation,macro,pynput,press,key input
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: pynput
Requires-Dist: pyautogui

# pressing

`pressing` is a simple Python macro library that simulates key presses, releases, and taps using **pynput**.

Perfect for automation scripts, macros, key simulation, and lightweight botting.

---

## 🔧 Installation

```bash
pip install pressing
