Qrscanner-devin


NameQrscanner-devin JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/Devin-Apps/Qrscanner-devin
SummaryA simple python repo for scanning Qr code from images and writing its EAN code to a text file.
upload_time2024-05-18 12:48:39
maintainerNone
docs_urlNone
authorDevin
requires_python>=3.6
licenseMIT
keywords
VCS
bugtrack_url
requirements opencv-python pyzbar
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Qrscanner
A simple python repo for scanning Qr code from images and writing its EAN code to a text file.
## How to use
For ubuntu the command to run the code is:
`python /path/to/readbc.py /path/to/barcodes eancodes.txt`
## Create Docker
Use `sudo docker image build -t python:0.0.1` in Qrscanner folder to create docker image.
## Run docker
Use `sudo docker run python:0.0.1` 



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Devin-Apps/Qrscanner-devin",
    "name": "Qrscanner-devin",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Devin",
    "author_email": "devin@example.com",
    "download_url": null,
    "platform": null,
    "description": "# Qrscanner\nA simple python repo for scanning Qr code from images and writing its EAN code to a text file.\n## How to use\nFor ubuntu the command to run the code is:\n`python /path/to/readbc.py /path/to/barcodes eancodes.txt`\n## Create Docker\nUse `sudo docker image build -t python:0.0.1` in Qrscanner folder to create docker image.\n## Run docker\nUse `sudo docker run python:0.0.1` \n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A simple python repo for scanning Qr code from images and writing its EAN code to a text file.",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/Devin-Apps/Qrscanner-devin"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "45dfa7cbd61086044368467fce85140b015f72998ee06f98804db4e33f3b418c",
                "md5": "4e67d68abb3f38cbb22a3116bf800ceb",
                "sha256": "efb5b4dd083a4850dc319576358b1bee6830fa96130b638dbf46b057343a3fef"
            },
            "downloads": -1,
            "filename": "Qrscanner_devin-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4e67d68abb3f38cbb22a3116bf800ceb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 14021,
            "upload_time": "2024-05-18T12:48:39",
            "upload_time_iso_8601": "2024-05-18T12:48:39.830279Z",
            "url": "https://files.pythonhosted.org/packages/45/df/a7cbd61086044368467fce85140b015f72998ee06f98804db4e33f3b418c/Qrscanner_devin-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-18 12:48:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Devin-Apps",
    "github_project": "Qrscanner-devin",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "opencv-python",
            "specs": []
        },
        {
            "name": "pyzbar",
            "specs": [
                [
                    "==",
                    "0.1.0"
                ]
            ]
        }
    ],
    "lcname": "qrscanner-devin"
}
        
Elapsed time: 0.29887s