phomemo-p12-tools


Namephomemo-p12-tools JSON
Version 0.0.5 PyPI version JSON
download
home_page
SummaryPhomemo P12 printing tools
upload_time2023-05-03 06:04:27
maintainer
docs_urlNone
author
requires_python
licenseMIT License Copyright (c) 2022 Timo 'polskafan' Dobbrick Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # phomemo_p12
Python script to print text on a Phomemo P12 label printer

# Acknowledgements
Based on [phomemo_d30](https://github.com/polskafan/phomemo_d30) by polskafan,
[phomemo-tools](https://github.com/vivier/phomemo-tools) by Laurent Vivier and
[phomemo_m02s](https://github.com/theacodes/phomemo_m02s) by theacodes.

# Checkout and install
```bash
pip3 install phomemo-p12-tools
```

# Setup
Connect to printer with rfcomm

```bash
sudo rfcomm connect 1 XX:XX:XX:XX:XX:XX
```

Or windows, connect to P12 by 'Bluetooth & device' menu.

# Usage

```bash
phomemo_render_label "Hello world!" | phomemo_print_p12 --port=[device]
```

Or windows,

```cmd
phomemo_render_label "Hello world!" > label.pbm
phomemo_print_p12 --port=[device] label.pbm
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "phomemo-p12-tools",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "TOKITA Hiroshi <tokita.hiroshi@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/2d/bb/10992cb92a9260ab29032c061a193c4c8715401baf2061e0dc3b0357af12/phomemo-p12-tools-0.0.5.tar.gz",
    "platform": null,
    "description": "# phomemo_p12\nPython script to print text on a Phomemo P12 label printer\n\n# Acknowledgements\nBased on [phomemo_d30](https://github.com/polskafan/phomemo_d30) by polskafan,\n[phomemo-tools](https://github.com/vivier/phomemo-tools) by Laurent Vivier and\n[phomemo_m02s](https://github.com/theacodes/phomemo_m02s) by theacodes.\n\n# Checkout and install\n```bash\npip3 install phomemo-p12-tools\n```\n\n# Setup\nConnect to printer with rfcomm\n\n```bash\nsudo rfcomm connect 1 XX:XX:XX:XX:XX:XX\n```\n\nOr windows, connect to P12 by 'Bluetooth & device' menu.\n\n# Usage\n\n```bash\nphomemo_render_label \"Hello world!\" | phomemo_print_p12 --port=[device]\n```\n\nOr windows,\n\n```cmd\nphomemo_render_label \"Hello world!\" > label.pbm\nphomemo_print_p12 --port=[device] label.pbm\n```\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2022 Timo 'polskafan' Dobbrick  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Phomemo P12 printing tools",
    "version": "0.0.5",
    "project_urls": {
        "homepage": "https://github.com/soburi/phomemo-p12",
        "repository": "https://github.com/soburi/phomemo-p12"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2dbb10992cb92a9260ab29032c061a193c4c8715401baf2061e0dc3b0357af12",
                "md5": "434e57bdc204005d37c91d7c697ac47b",
                "sha256": "f7cb6406c6e213c5e07e0a6b2ddfd98f90357ad63181d1d0c414d39bbc417869"
            },
            "downloads": -1,
            "filename": "phomemo-p12-tools-0.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "434e57bdc204005d37c91d7c697ac47b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7838,
            "upload_time": "2023-05-03T06:04:27",
            "upload_time_iso_8601": "2023-05-03T06:04:27.706913Z",
            "url": "https://files.pythonhosted.org/packages/2d/bb/10992cb92a9260ab29032c061a193c4c8715401baf2061e0dc3b0357af12/phomemo-p12-tools-0.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-03 06:04:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "soburi",
    "github_project": "phomemo-p12",
    "github_not_found": true,
    "lcname": "phomemo-p12-tools"
}
        
Elapsed time: 0.07889s