# pyautogui-cli
## Usage
Putting the function name of [pyautogui](https://github.com/asweigart/pyautogui) as the first argument, and all the arguments (anything inside the parentheses) as the second.
### Example
`pyautogui.moveTo()`:
```
>>> pyautogui.moveTo(100, 200) # moves mouse to X of 100, Y of 200.
```
should be translated as:
```
$ pyautogui moveTo "100, 200"
```
Raw data
{
"_id": null,
"home_page": "https://github.com/changyuheng/pyautogui-cli",
"name": "pyautogui-cli",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.11,<3.12",
"maintainer_email": "",
"keywords": "",
"author": "Johann Chang",
"author_email": "mr.changyuheng@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/64/0d/e050b18276592805e6d47b9d7f1d275029bc10da271c502503098ee5fb63/pyautogui_cli-0.0.3.tar.gz",
"platform": null,
"description": "# pyautogui-cli\n\n## Usage\n\nPutting the function name of [pyautogui](https://github.com/asweigart/pyautogui) as the first argument, and all the arguments (anything inside the parentheses) as the second.\n\n### Example\n\n`pyautogui.moveTo()`:\n\n```\n>>> pyautogui.moveTo(100, 200) # moves mouse to X of 100, Y of 200.\n```\n\nshould be translated as:\n\n```\n$ pyautogui moveTo \"100, 200\"\n```\n\n",
"bugtrack_url": null,
"license": "",
"summary": "",
"version": "0.0.3",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "640de050b18276592805e6d47b9d7f1d275029bc10da271c502503098ee5fb63",
"md5": "b9c2d3a5c04d9d59c5a4a9965fab9e70",
"sha256": "312ef1fef1d38495793b24ca9194a6e350c4083ec65a6ff5d6f645ce12c943c8"
},
"downloads": -1,
"filename": "pyautogui_cli-0.0.3.tar.gz",
"has_sig": false,
"md5_digest": "b9c2d3a5c04d9d59c5a4a9965fab9e70",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11,<3.12",
"size": 7033,
"upload_time": "2023-01-11T01:15:46",
"upload_time_iso_8601": "2023-01-11T01:15:46.848058Z",
"url": "https://files.pythonhosted.org/packages/64/0d/e050b18276592805e6d47b9d7f1d275029bc10da271c502503098ee5fb63/pyautogui_cli-0.0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-11 01:15:46",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "changyuheng",
"github_project": "pyautogui-cli",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "pyautogui-cli"
}