sync-clip


Namesync-clip JSON
Version 0.1.7 PyPI version JSON
download
home_pagehttps://github.com/yujun2647/sync-clip
SummaryA cross platform clipboard synchronous tool, supports synchronized `text`and screenshots (PNG), support os system: Windows, Linux
upload_time2023-12-27 17:29:06
maintainer
docs_urlNone
authorwalkerjun
requires_python>=3.6
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # sync-clip

## About

A crow platform clipboard synchronous tool, supports synchronized `text`
and `screenshots (PNG)`, support os system: `Windows`, `Linux`

## Example

![example](https://github.com/yujun2647/sync-clip/raw/main/imgs/example.png)

## Quick Start

### Install

#### From Pypi

```shell
pip install sync-clip
```

#### From repository

* From github

```shell
pip install git+https://github.com/yujun2647/sync-clip.git
```

* From gitee

```shell
pip install git+https://gitee.com/walkerjun/sync-clip.git
```

### Usage

#### Start server

* start server at port: 5000

```shell
sclip -t server -sp 5000
```

#### Start client

assume server ip was `192.168.2.34`

* start a client

use following command in different machines then these machines shall share the
clipboard with each other

```shell
sclip -sh 192.168.2.34 -sp 5000
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/yujun2647/sync-clip",
    "name": "sync-clip",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "walkerjun",
    "author_email": "yujun2647@163.com",
    "download_url": "https://files.pythonhosted.org/packages/86/c6/1d88ee8233a147cc7fe67adedad2d57e07df88e7ab31b792eec5432517c9/sync-clip-0.1.7.tar.gz",
    "platform": null,
    "description": "# sync-clip\n\n## About\n\nA crow platform clipboard synchronous tool, supports synchronized `text`\nand `screenshots (PNG)`, support os system: `Windows`, `Linux`\n\n## Example\n\n![example](https://github.com/yujun2647/sync-clip/raw/main/imgs/example.png)\n\n## Quick Start\n\n### Install\n\n#### From Pypi\n\n```shell\npip install sync-clip\n```\n\n#### From repository\n\n* From github\n\n```shell\npip install git+https://github.com/yujun2647/sync-clip.git\n```\n\n* From gitee\n\n```shell\npip install git+https://gitee.com/walkerjun/sync-clip.git\n```\n\n### Usage\n\n#### Start server\n\n* start server at port: 5000\n\n```shell\nsclip -t server -sp 5000\n```\n\n#### Start client\n\nassume server ip was `192.168.2.34`\n\n* start a client\n\nuse following command in different machines then these machines shall share the\nclipboard with each other\n\n```shell\nsclip -sh 192.168.2.34 -sp 5000\n```\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A cross platform clipboard synchronous tool, supports synchronized `text`and screenshots (PNG), support os system: Windows, Linux",
    "version": "0.1.7",
    "project_urls": {
        "Homepage": "https://github.com/yujun2647/sync-clip"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2b1e90e2bc7c7d88bc838c0fd647560e42a237b6d095b589c47c59ab6687513b",
                "md5": "5f3b7b6e206e80eaddd57cc339c4cf5b",
                "sha256": "a3b44433ca320dde8aa35fa87b65bd79051340f8845b7212ee06f35c8e14c6f4"
            },
            "downloads": -1,
            "filename": "sync_clip-0.1.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5f3b7b6e206e80eaddd57cc339c4cf5b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 18868,
            "upload_time": "2023-12-27T17:29:05",
            "upload_time_iso_8601": "2023-12-27T17:29:05.030869Z",
            "url": "https://files.pythonhosted.org/packages/2b/1e/90e2bc7c7d88bc838c0fd647560e42a237b6d095b589c47c59ab6687513b/sync_clip-0.1.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "86c61d88ee8233a147cc7fe67adedad2d57e07df88e7ab31b792eec5432517c9",
                "md5": "ddf72a2f79c8c66f99582f8435cc24f8",
                "sha256": "864431dd901aece09303e4fab1f1ef6565d1dd6c2c138f59f601cffb2d8234aa"
            },
            "downloads": -1,
            "filename": "sync-clip-0.1.7.tar.gz",
            "has_sig": false,
            "md5_digest": "ddf72a2f79c8c66f99582f8435cc24f8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 15432,
            "upload_time": "2023-12-27T17:29:06",
            "upload_time_iso_8601": "2023-12-27T17:29:06.201923Z",
            "url": "https://files.pythonhosted.org/packages/86/c6/1d88ee8233a147cc7fe67adedad2d57e07df88e7ab31b792eec5432517c9/sync-clip-0.1.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-27 17:29:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yujun2647",
    "github_project": "sync-clip",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "sync-clip"
}
        
Elapsed time: 0.16737s