xdotool


Namexdotool JSON
Version 0.4.0 PyPI version JSON
download
home_pagehttps://github.com/Tlaloc-Es/xdotool
Summary
upload_time2023-03-11 21:09:55
maintainer
docs_urlNone
authorTlaloc-Es
requires_python>=3.10,<4.0
licenseMIT
keywords pxdotool
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # XDOTOOL

<div align="center">

[![Downloads](https://static.pepy.tech/personalized-badge/xdotool?period=month&units=international_system&left_color=grey&right_color=blue&left_text=PyPi%20Downloads)](https://pepy.tech/project/xdotool)
[![Stars](https://img.shields.io/github/stars/Tlaloc-Es/xdotool?color=yellow&style=flat)](https://github.com/Tlaloc-Es/xdotool/stargazers)

</div>

Library to use xdotool with python.
## Prerequisites

### Ubuntu

```bash
sudo apt-get install xdotool
```

## Instalation [![PyPI](https://img.shields.io/pypi/v/xdotool.svg)](https://pypi.org/project/xdotool/)

You can install `xdotool` from [Pypi](https://pypi.org/project/xdotool/). It's going to install the library itself and its prerequisites as well.

```bash
pip install xdotool
```

You can install `xdotool` from its source code.

```bash
git clone https://github.com/Tlaloc-Es/xdotool.git
cd xdotool
pip install -e .
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Tlaloc-Es/xdotool",
    "name": "xdotool",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "",
    "keywords": "pxdotool",
    "author": "Tlaloc-Es",
    "author_email": "dev@tlaloc-es.com",
    "download_url": "https://files.pythonhosted.org/packages/f1/d6/5160a419950d49289d828da17a11a70675b03b93ec420d0c6a201d01c5f1/xdotool-0.4.0.tar.gz",
    "platform": null,
    "description": "# XDOTOOL\n\n<div align=\"center\">\n\n[![Downloads](https://static.pepy.tech/personalized-badge/xdotool?period=month&units=international_system&left_color=grey&right_color=blue&left_text=PyPi%20Downloads)](https://pepy.tech/project/xdotool)\n[![Stars](https://img.shields.io/github/stars/Tlaloc-Es/xdotool?color=yellow&style=flat)](https://github.com/Tlaloc-Es/xdotool/stargazers)\n\n</div>\n\nLibrary to use xdotool with python.\n## Prerequisites\n\n### Ubuntu\n\n```bash\nsudo apt-get install xdotool\n```\n\n## Instalation [![PyPI](https://img.shields.io/pypi/v/xdotool.svg)](https://pypi.org/project/xdotool/)\n\nYou can install `xdotool` from [Pypi](https://pypi.org/project/xdotool/). It's going to install the library itself and its prerequisites as well.\n\n```bash\npip install xdotool\n```\n\nYou can install `xdotool` from its source code.\n\n```bash\ngit clone https://github.com/Tlaloc-Es/xdotool.git\ncd xdotool\npip install -e .\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "",
    "version": "0.4.0",
    "split_keywords": [
        "pxdotool"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2eb96d8f64a1f865a00da084e23b37deaf391632eb3f98a34211a2b7032b304f",
                "md5": "c88aa1c7eb5b41980c773bc3feb38fc0",
                "sha256": "84a5a983bc161e24c0de1f709af80bc9244610e2c99a886e69d71eb115bf0ad8"
            },
            "downloads": -1,
            "filename": "xdotool-0.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c88aa1c7eb5b41980c773bc3feb38fc0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 2137,
            "upload_time": "2023-03-11T21:09:54",
            "upload_time_iso_8601": "2023-03-11T21:09:54.388435Z",
            "url": "https://files.pythonhosted.org/packages/2e/b9/6d8f64a1f865a00da084e23b37deaf391632eb3f98a34211a2b7032b304f/xdotool-0.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f1d65160a419950d49289d828da17a11a70675b03b93ec420d0c6a201d01c5f1",
                "md5": "1d5eb3eda2f7f3faf491f7aac59c856a",
                "sha256": "9e927d0e87479978a32c3f87c82ef536bd6b12750959067c08e1149aa2832739"
            },
            "downloads": -1,
            "filename": "xdotool-0.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1d5eb3eda2f7f3faf491f7aac59c856a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 1917,
            "upload_time": "2023-03-11T21:09:55",
            "upload_time_iso_8601": "2023-03-11T21:09:55.885846Z",
            "url": "https://files.pythonhosted.org/packages/f1/d6/5160a419950d49289d828da17a11a70675b03b93ec420d0c6a201d01c5f1/xdotool-0.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-11 21:09:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "Tlaloc-Es",
    "github_project": "xdotool",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "xdotool"
}
        
Elapsed time: 0.04222s