ctypes-windows


Namectypes-windows JSON
Version 0.10 PyPI version JSON
download
home_pagehttps://github.com/hansalemaos/ctypes_windows
SummaryUseful functions for automation, no dependencies
upload_time2022-12-22 02:12:04
maintainer
docs_urlNone
authorJohannes Fischer
requires_python
licenseMIT
keywords ctypes automation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Useful functions for automation, no dependencies



```python

pip install ctypes-windows

```



```python



Just some useful functions, pure Python 



get_mouse_position()



get_resolution()



mouse_click(x=None, y=None)



resize_window(hwnd: int, position: tuple)



window_FORCEMINIMIZE(hwnd: int)



window_HIDE(hwnd: int)



window_MAXIMIZE(hwnd: int)



window_MINIMIZE(hwnd: int)



window_NORMAL(hwnd: int)



window_RESTORE(hwnd: int)



window_SHOW(hwnd: int)



window_SHOWDEFAULT(hwnd: int)



window_SHOWMINIMIZED(hwnd: int)



window_SHOWMINNOACTIVE(hwnd: int)



window_SHOWNA(hwnd: int)



window_SHOWNOACTIVATE(hwnd: int)



```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hansalemaos/ctypes_windows",
    "name": "ctypes-windows",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "ctypes,automation",
    "author": "Johannes Fischer",
    "author_email": "<aulasparticularesdealemaosp@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/98/89/bca4f433bead62f9bbee33e4f659f83842ac70dddb464191241a98e7c3be/ctypes_windows-0.10.tar.gz",
    "platform": null,
    "description": "\n# Useful functions for automation, no dependencies\n\n\n\n```python\n\npip install ctypes-windows\n\n```\n\n\n\n```python\n\n\n\nJust some useful functions, pure Python \n\n\n\nget_mouse_position()\n\n\n\nget_resolution()\n\n\n\nmouse_click(x=None, y=None)\n\n\n\nresize_window(hwnd: int, position: tuple)\n\n\n\nwindow_FORCEMINIMIZE(hwnd: int)\n\n\n\nwindow_HIDE(hwnd: int)\n\n\n\nwindow_MAXIMIZE(hwnd: int)\n\n\n\nwindow_MINIMIZE(hwnd: int)\n\n\n\nwindow_NORMAL(hwnd: int)\n\n\n\nwindow_RESTORE(hwnd: int)\n\n\n\nwindow_SHOW(hwnd: int)\n\n\n\nwindow_SHOWDEFAULT(hwnd: int)\n\n\n\nwindow_SHOWMINIMIZED(hwnd: int)\n\n\n\nwindow_SHOWMINNOACTIVE(hwnd: int)\n\n\n\nwindow_SHOWNA(hwnd: int)\n\n\n\nwindow_SHOWNOACTIVATE(hwnd: int)\n\n\n\n```\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Useful functions for automation, no dependencies",
    "version": "0.10",
    "split_keywords": [
        "ctypes",
        "automation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "c937c7025199b581f61d0d2356272327",
                "sha256": "a25763c17db7047f8ea3200a02b2d553325ba88ae7870c967b08876bcdb46601"
            },
            "downloads": -1,
            "filename": "ctypes_windows-0.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c937c7025199b581f61d0d2356272327",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4730,
            "upload_time": "2022-12-22T02:12:03",
            "upload_time_iso_8601": "2022-12-22T02:12:03.359698Z",
            "url": "https://files.pythonhosted.org/packages/b0/b3/54566b2b58c800f0da2324e28c61b4f2e48eca49f96564807aaf87df65d7/ctypes_windows-0.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "178fda893b38bf3a13d6d2dcd99a43ca",
                "sha256": "469786f079cd30189f93f749ec1d814195b5096bbcdec600f2b57f61b31f697c"
            },
            "downloads": -1,
            "filename": "ctypes_windows-0.10.tar.gz",
            "has_sig": false,
            "md5_digest": "178fda893b38bf3a13d6d2dcd99a43ca",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3434,
            "upload_time": "2022-12-22T02:12:04",
            "upload_time_iso_8601": "2022-12-22T02:12:04.795517Z",
            "url": "https://files.pythonhosted.org/packages/98/89/bca4f433bead62f9bbee33e4f659f83842ac70dddb464191241a98e7c3be/ctypes_windows-0.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-22 02:12:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "hansalemaos",
    "github_project": "ctypes_windows",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "ctypes-windows"
}
        
Elapsed time: 0.02334s