# PTableViewer **Repository Path**: codenotesd/ptable-viewer ## Basic Information - **Project Name**: PTableViewer - **Description**: 使用python-tkinter实现的简单图形化化学元素查看器,可查找,可打标签。本人自学创建 - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2024-07-19 - **Last Updated**: 2024-08-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PTableViewer #### 介绍 使用python-tkinter实现的简单图形化化学元素查看器,可查找,可打标签。本人自学创建。 #### 使用 main文件为主进程文件,请直接运行。 #### 文件介绍 src/main.py 主进程文件,创建主窗口和查看器实例。 src/window.py 窗口的初始化和左侧部分(搜索,选择框)的实现。 src/show.py 右侧部分(详细信息展示框,标签)的实现。 data/elements.txt 化学元素的数据,以“;”分类别,“,”分元素。