Metadata-Version: 2.1
Name: touchboard
Version: 0.1.3
Summary: 
Author: Python Nerd
Author-email: prajwalmisc@gmail.com
Requires-Python: >=3.8
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: pyautogui (>=0.9.53)
Requires-Dist: python3-xlib (>=0.15)
Description-Content-Type: text/markdown

# Installation:

Run ```pip install touchboard ==0.1.0```. Replace the version (0.1.0) with your corresponding version by operating system (0.1.0 for windows, 0.1.3 for linux, or 0.1.2 for macos)

#### Note: This has ONLY been tested on windows.
# Code:

```py
import touchboard

touchboard.begin('SERIAL PORT HERE')
```

