Metadata-Version: 2.1
Name: autoline
Version: 1.0.0
Summary: send line message automatically
Home-page: https://pypi.org/project/autoline/
Author: KuoYuanLi
Author-email: funny4875@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pyautogui
Requires-Dist: pygetwindow
Requires-Dist: pyperclip

encoding="utf-8
# whereisthemouse

A simple Python package to **send message to line chat window** on the desktop. 

## Usage

```python
import autoline
autoline.send('chat group title','message to send')
autoline.hideWindow('chat group title')
```

## Features

- Display current mouse position and pixel color value.
- Press `Alt` to copy the information to the clipboard.

## License

MIT License
