painter-tk


Namepainter-tk JSON
Version 1.5.0 PyPI version JSON
download
home_pagehttps://github.com/qfcy/Python/tree/main/painter
Summary使用tkinter的Canvas控件制作的画板程序, 支持绘制矢量图, 用列表存储图像数据。
upload_time2024-01-09 12:05:01
maintainer
docs_urlNone
author七分诚意 qq:3076711200
requires_python
license
keywords simple text editor notepad tkinter
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            使用tkinter的Canvas控件制作的画板程序, 支持新建、打开、编辑和保存文档。 

A painter program using Python tkinter module, which supports the drawing of Vectorgraph and uses ``list`` to save image data.

最近更新(v1.5.0): 精简了源代码, 程序更加可读。

截图: 

.. image:: https://img-blog.csdnimg.cn/19547221fcd84f71b0dd2f82c7dffd15.png
    :alt: 截图

项目已发布在github上: https://github.com/qfcy/Python/tree/main/painter

作者CSDN主页: https://blog.csdn.net/qfcy\_/

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/qfcy/Python/tree/main/painter",
    "name": "painter-tk",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "simple,text,editor,notepad,tkinter",
    "author": "\u4e03\u5206\u8bda\u610f qq:3076711200",
    "author_email": "3076711200@qq.com",
    "download_url": "https://files.pythonhosted.org/packages/46/84/d1a63bbd0c760fe32007d9ad5f66dd743284f2bd170abecbb62997d5389f/painter-tk-1.5.0.tar.gz",
    "platform": null,
    "description": "\u4f7f\u7528tkinter\u7684Canvas\u63a7\u4ef6\u5236\u4f5c\u7684\u753b\u677f\u7a0b\u5e8f, \u652f\u6301\u65b0\u5efa\u3001\u6253\u5f00\u3001\u7f16\u8f91\u548c\u4fdd\u5b58\u6587\u6863\u3002 \r\n\r\nA painter program using Python tkinter module, which supports the drawing of Vectorgraph and uses ``list`` to save image data.\r\n\r\n\u6700\u8fd1\u66f4\u65b0(v1.5.0): \u7cbe\u7b80\u4e86\u6e90\u4ee3\u7801, \u7a0b\u5e8f\u66f4\u52a0\u53ef\u8bfb\u3002\r\n\r\n\u622a\u56fe: \r\n\r\n.. image:: https://img-blog.csdnimg.cn/19547221fcd84f71b0dd2f82c7dffd15.png\r\n    :alt: \u622a\u56fe\r\n\r\n\u9879\u76ee\u5df2\u53d1\u5e03\u5728github\u4e0a: https://github.com/qfcy/Python/tree/main/painter\r\n\r\n\u4f5c\u8005CSDN\u4e3b\u9875: https://blog.csdn.net/qfcy\\_/\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "\u4f7f\u7528tkinter\u7684Canvas\u63a7\u4ef6\u5236\u4f5c\u7684\u753b\u677f\u7a0b\u5e8f, \u652f\u6301\u7ed8\u5236\u77e2\u91cf\u56fe, \u7528\u5217\u8868\u5b58\u50a8\u56fe\u50cf\u6570\u636e\u3002",
    "version": "1.5.0",
    "project_urls": {
        "Homepage": "https://github.com/qfcy/Python/tree/main/painter"
    },
    "split_keywords": [
        "simple",
        "text",
        "editor",
        "notepad",
        "tkinter"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4684d1a63bbd0c760fe32007d9ad5f66dd743284f2bd170abecbb62997d5389f",
                "md5": "37711233d2e947df9628e908aff63267",
                "sha256": "b8a1b9680a9f068285810a3adf59a233ee838d275f87e8b50761777bb9affbbc"
            },
            "downloads": -1,
            "filename": "painter-tk-1.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "37711233d2e947df9628e908aff63267",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7376,
            "upload_time": "2024-01-09T12:05:01",
            "upload_time_iso_8601": "2024-01-09T12:05:01.560436Z",
            "url": "https://files.pythonhosted.org/packages/46/84/d1a63bbd0c760fe32007d9ad5f66dd743284f2bd170abecbb62997d5389f/painter-tk-1.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-09 12:05:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "qfcy",
    "github_project": "Python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "painter-tk"
}
        
Elapsed time: 0.17301s