Metadata-Version: 1.1
Name: painter-tk
Version: 1.5
Summary: 使用tkinter的Canvas控件制作的画板程序, 支持绘制矢量图, 用列表存储图像数据。
Home-page: https://github.com/qfcy/Python/tree/main/painter
Author: 七分诚意 qq:3076711200
Author-email: 3076711200@qq.com
License: UNKNOWN
Keywords: simple,text,editor,notepad,tkinter
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Desktop Environment
Classifier: Topic :: Software Development :: User Interfaces
Description: 
使用tkinter的Canvas控件制作的画板程序, 支持新建、打开、编辑和保存文档。 

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

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

截图: 

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

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

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