MyQR


NameMyQR JSON
Version 2.3.1 PyPI version JSON
download
home_pagehttps://github.com/sylnsfar/qrcode
SummaryGenerater for amazing QR Codes. Including Common, Artistic and Animated QR Codes.
upload_time2016-09-24 17:06:18
maintainerNone
docs_urlNone
authorsylnsfar
requires_pythonNone
licenseGPLv3
keywords qr qrcode qr code artistic animated gif
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Home Page: https://github.com/sylnsfar/qrcode
    
        Overview
        ===============
        It can generate common qr-code, artistic qr-code (black & white or colorized), animated qr-code (black & white or colorized).

        Usage
        ===============
        terminal:
        
        myqr words
             [-h]
             [-v {1,2,3,...,40}]
             [-l {L, M, Q, H}]
             [-p image_filename]
             [-c]
             [-con contrast_value]
             [-bri brightness_value]
             [-n output_filename]
             [-d output_directory]

             
        import:
         
        from MyQR import myqr
        version, level, qr_name = myqr.run(
            words,
            version = 1,
            level = 'H',
            picture = None,
            colorized = False,
            contrast = 1.0,
            brightness = 1.0,
            save_name = None,
            save_dir = os.getcwd()
            )
             
             
        More
        ===============
        Please visit 'Home Page' for examples and details.
        
        Updates
        ===============
        version 2.3.1 - Fixed another bug of number encoding.
        version 2.2.1 - Fixed a bug of number encoding.
        version 2.1.1 - Fixed a characters support problem.
        version 2.0.1 - Improved structure.
        version 2.0.0 - Recoded to be importable.
        version 1.0.0 - Distributed to PyPI.
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/sylnsfar/qrcode",
    "name": "MyQR",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "qr,qrcode,qr code,artistic,animated,gif",
    "author": "sylnsfar",
    "author_email": "sylnsfar@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ec/ce/5ff57cde76feaa193978a28097edbb1c649e1f439182649eb9ecc7b86a03/MyQR-2.3.1.zip",
    "platform": "UNKNOWN",
    "description": "Home Page: https://github.com/sylnsfar/qrcode\n    \n        Overview\n        ===============\n        It can generate common qr-code, artistic qr-code (black & white or colorized), animated qr-code (black & white or colorized).\n\n        Usage\n        ===============\n        terminal:\n        \n        myqr words\n             [-h]\n             [-v {1,2,3,...,40}]\n             [-l {L, M, Q, H}]\n             [-p image_filename]\n             [-c]\n             [-con contrast_value]\n             [-bri brightness_value]\n             [-n output_filename]\n             [-d output_directory]\n\n             \n        import:\n         \n        from MyQR import myqr\n        version, level, qr_name = myqr.run(\n            words,\n            version = 1,\n            level = 'H',\n            picture = None,\n            colorized = False,\n            contrast = 1.0,\n            brightness = 1.0,\n            save_name = None,\n            save_dir = os.getcwd()\n            )\n             \n             \n        More\n        ===============\n        Please visit 'Home Page' for examples and details.\n        \n        Updates\n        ===============\n        version 2.3.1 - Fixed another bug of number encoding.\n        version 2.2.1 - Fixed a bug of number encoding.\n        version 2.1.1 - Fixed a characters support problem.\n        version 2.0.1 - Improved structure.\n        version 2.0.0 - Recoded to be importable.\n        version 1.0.0 - Distributed to PyPI.",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "Generater for amazing QR Codes. Including Common, Artistic and Animated QR Codes.",
    "version": "2.3.1",
    "project_urls": {
        "Download": "https://github.com/sylnsfar/qrcode",
        "Homepage": "https://github.com/sylnsfar/qrcode"
    },
    "split_keywords": [
        "qr",
        "qrcode",
        "qr code",
        "artistic",
        "animated",
        "gif"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ecce5ff57cde76feaa193978a28097edbb1c649e1f439182649eb9ecc7b86a03",
                "md5": "d9639e00b7d62055c655c573a24e46ed",
                "sha256": "49722e1b4cde1403daf9d5416dec9b2b4a2032ac396136c793af934070ce7bbe"
            },
            "downloads": -1,
            "filename": "MyQR-2.3.1.zip",
            "has_sig": false,
            "md5_digest": "d9639e00b7d62055c655c573a24e46ed",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 16601,
            "upload_time": "2016-09-24T17:06:18",
            "upload_time_iso_8601": "2016-09-24T17:06:18.520437Z",
            "url": "https://files.pythonhosted.org/packages/ec/ce/5ff57cde76feaa193978a28097edbb1c649e1f439182649eb9ecc7b86a03/MyQR-2.3.1.zip",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2016-09-24 17:06:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sylnsfar",
    "github_project": "qrcode",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "myqr"
}
        
Elapsed time: 0.07258s