Metadata-Version: 2.1
Name: autoline
Version: 1.0.3
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

encoding="utf-8"
# autoline

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
