pyappauto


Namepyappauto JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/User00092/PyAppAuto
SummaryControl an app without disturbing your everyday life.
upload_time2023-06-19 03:41:10
maintainer
docs_urlNone
authorUser0092
requires_python>=3.7.0
licenseMIT
keywords windows app control app controller pyappauto
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            


# PyAppAuto



Control an app without disturbing your everyday life.



## Requirements



- Windows 10+

- Python 3.7 or higher.



## Features



- Attach to a created window by hwnd, or create one by path.

- Left and right click the window. (Without using your mouse)

- Keypress and typewrite directly to the window.

- Find an image on the window without focusing it.

- Set the monitor index of the window.

- Enter and exit fullscreen.

- Get the window size and position.

- Set the window size and position.

- Double click (Simulates a double click, sending a double click crashes the window)

- pyappauto.utils.keys.KeyCodes



## Installation



- Install with pip.



```cmd

  pip install pyappauto

```

    

## Authors



- [@User00092](https://github.com/User00092)





## License



[MIT](https://choosealicense.com/licenses/mit/)




            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/User00092/PyAppAuto",
    "name": "pyappauto",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7.0",
    "maintainer_email": "",
    "keywords": "Windows App control,App controller,PyAppAuto",
    "author": "User0092",
    "author_email": "unknownuser0092@protonmail.com",
    "download_url": "https://files.pythonhosted.org/packages/97/2c/46f728f726c63af6e5a30251f13464da065e4e6b4f421dd4ce499da90162/pyappauto-1.0.1.tar.gz",
    "platform": null,
    "description": "\r\n\r\n\r\n# PyAppAuto\r\n\r\n\r\n\r\nControl an app without disturbing your everyday life.\r\n\r\n\r\n\r\n## Requirements\r\n\r\n\r\n\r\n- Windows 10+\r\n\r\n- Python 3.7 or higher.\r\n\r\n\r\n\r\n## Features\r\n\r\n\r\n\r\n- Attach to a created window by hwnd, or create one by path.\r\n\r\n- Left and right click the window. (Without using your mouse)\r\n\r\n- Keypress and typewrite directly to the window.\r\n\r\n- Find an image on the window without focusing it.\r\n\r\n- Set the monitor index of the window.\r\n\r\n- Enter and exit fullscreen.\r\n\r\n- Get the window size and position.\r\n\r\n- Set the window size and position.\r\n\r\n- Double click (Simulates a double click, sending a double click crashes the window)\r\n\r\n- pyappauto.utils.keys.KeyCodes\r\n\r\n\r\n\r\n## Installation\r\n\r\n\r\n\r\n- Install with pip.\r\n\r\n\r\n\r\n```cmd\r\n\r\n  pip install pyappauto\r\n\r\n```\r\n\r\n    \r\n\r\n## Authors\r\n\r\n\r\n\r\n- [@User00092](https://github.com/User00092)\r\n\r\n\r\n\r\n\r\n\r\n## License\r\n\r\n\r\n\r\n[MIT](https://choosealicense.com/licenses/mit/)\r\n\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Control an app without disturbing your everyday life.",
    "version": "1.0.1",
    "project_urls": {
        "Homepage": "https://github.com/User00092/PyAppAuto"
    },
    "split_keywords": [
        "windows app control",
        "app controller",
        "pyappauto"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8fea7dd8752a9a08865e223996291859b788a89876b8c55793f15d87b1204ead",
                "md5": "c884069066def5d9b92ff567f60c067d",
                "sha256": "f4c8887ce878082f66a4501681ad8564963061a269a574a302310fa02628f16c"
            },
            "downloads": -1,
            "filename": "pyappauto-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c884069066def5d9b92ff567f60c067d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7.0",
            "size": 7710,
            "upload_time": "2023-06-19T03:41:09",
            "upload_time_iso_8601": "2023-06-19T03:41:09.321819Z",
            "url": "https://files.pythonhosted.org/packages/8f/ea/7dd8752a9a08865e223996291859b788a89876b8c55793f15d87b1204ead/pyappauto-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "972c46f728f726c63af6e5a30251f13464da065e4e6b4f421dd4ce499da90162",
                "md5": "78d18779f0afa12366ba4df84dcced64",
                "sha256": "097f2c62711bfad9e45ff61ad38321b44efe452fe51ce868019b8feb34c1ba40"
            },
            "downloads": -1,
            "filename": "pyappauto-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "78d18779f0afa12366ba4df84dcced64",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7.0",
            "size": 7909,
            "upload_time": "2023-06-19T03:41:10",
            "upload_time_iso_8601": "2023-06-19T03:41:10.538055Z",
            "url": "https://files.pythonhosted.org/packages/97/2c/46f728f726c63af6e5a30251f13464da065e4e6b4f421dd4ce499da90162/pyappauto-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-19 03:41:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "User00092",
    "github_project": "PyAppAuto",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pyappauto"
}
        
Elapsed time: 0.08198s