Metadata-Version: 2.1
Name: Input-Tools
Version: 1.0
Summary: A Python Package to easily simulate input events
Home-page: https://github.com/Ahaan123/InputTools
Author: Ahaan Pandya
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: autopy
Requires-Dist: pynput

# Input-Tools

This package can be used to simulate any sort of input event

## Usage

This is an example of simulating a left mouse click-

left_click_mouse()

Note- This package only works with Python 3


