# Simple_Class_Information_Display
**Repository Path**: erduotong/Simple_Class_Information_Display
## Basic Information
- **Project Name**: Simple_Class_Information_Display
- **Description**: 一个班级的信息展示软件
- **Primary Language**: Python
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: https://github.com/erduotong/Simple_Class_Information_Display
- **GVP Project**: No
## Statistics
- **Stars**: 2
- **Forks**: 0
- **Created**: 2023-07-15
- **Last Updated**: 2026-03-07
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Simple Class Information Display
[](https://Python.org)
[](https://Python.org)

> 如果无法正常访问仓库的[Github](https://gitee.com/erduotong/Simple_Class_Information_Display)
> 进行下载, 可以从仓库的[Gitee](https://gitee.com/erduotong/Simple_Class_Information_Display)进行下载
## 快捷跳转目录
点击展开
* [Simple Class Information Display](#simple-class-information-display)
* [快捷跳转目录](#快捷跳转目录)
* [概述](#概述)
* [下载](#下载)
* [选择qdarkstyle](#选择qdarkstyle)
* [安装形式](#安装形式)
* [从安装包安装](#从安装包安装)
* [从程序压缩包安装](#从程序压缩包安装)
* [从源码安装](#从源码安装)
* [首次使用](#首次使用)
* [从安装包启动](#从安装包启动)
* [从程序压缩包启动](#从程序压缩包启动)
* [从源码启动](#从源码启动)
* [文档](#文档)
* [更新计划](#更新计划)
* [支持Simple Class Information Display](#支持simple-class-information-display)
* [分享协议](#分享协议)
* [署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0)](#署名-非商业性使用-相同方式共享-40-国际-cc-by-nc-sa-40)
↓左侧: 无qdarkstyle
右侧: 有qdarkstyle↓
 ### 安装形式 * [从安装包安装](#从安装包安装) **(推荐)** 请优先选择 * [从程序压缩包安装](#从程序压缩包安装) * [从源代码安装]() ##### 从安装包安装 该方式会下载一个安装程序, 安装程序将会根据要求帮助安装 不需要解释器等运行环境 程序安装包内已经包含所需 不推荐**非Windows**系统的用户使用 使用了Windows API(ShellExecute)于更新程序中 除非您确定它可以正常运作 如果你需要[qdarkstyle](#选择qdarkstyle), 请选择"Simple_Class_Information_Display_Setup.with_qdarkstyle.exe" 下载 如果你不需要[qdarkstyle](#选择qdarkstyle), 请选择"Simple_Class_Information_Display_Setup.without_qdarkstyle.exe" 下载 Github用户请在Github的 ->[Releases](https://github.com/erduotong/Simple_Class_Information_Display/releases/latest)<- 进行下载 Gitee用户请在Gitee的 ->[Releases](https://github.com/erduotong/Simple_Class_Information_Display/releases/latest)<- 进行下载 ##### 从程序压缩包安装 该方式会下载程序的打包后的文件 不需要解释器等运行环境 程序打包后以已经包含所需 不推荐**非Windows**系统的用户使用 使用了Windows API(ShellExecute)于更新程序中 除非您确定它可以正常运作 下载完成后, 请解压后阅读其中的readme.txt 如果你需要[qdarkstyle](#选择qdarkstyle), 请选择"exe_with_qdarkstyle.zip" 下载 如果你不需要[qdarkstyle](#选择qdarkstyle), 请选择"exe_without_qdarkstyle.zip" 下载 Github用户请在Github的 ->[Releases](https://github.com/erduotong/Simple_Class_Information_Display/releases/latest)<- 进行下载 Gitee用户请在Gitee的 ->[Releases](https://github.com/erduotong/Simple_Class_Information_Display/releases/latest)<- 进行下载 ##### 从源码安装 该方式会下载程序的源代码 需要Python解释器和一些库 下列是详细要求 * Python解释器 3.8+ * PyQt5 * qdarkstyle (如果你选择了使用qdarkstyle的版本) * requests * urllib3 下载完成后, 请解压后阅读其中的readme.txt 并且运行setup_lib.py使用pip安装所需运行库 如果你需要[qdarkstyle](#选择qdarkstyle), 请选择"source_with_qdarkstyle.zip" 下载 如果你不需要[qdarkstyle](#选择qdarkstyle), 请选择"source_without_qdarkstyle.zip“ 下载 Github用户请在Github的 ->[Releases](https://github.com/erduotong/Simple_Class_Information_Display/releases/latest)<- 进行下载 Gitee用户请在Gitee的 ->[Releases](https://github.com/erduotong/Simple_Class_Information_Display/releases/latest)<- 进行下载 --- ## 首次使用 > 后续的使用方法请查看[使用/功能教程](./docs/how_to_use.md) ##### 从安装包启动 如果勾选了安装包创建快捷方式, 直接启动即可 如果没有快捷方式, 请打开安装目录的文件夹中的app文件夹, 并运行其中的Simple Class Information Display.exe ##### 从程序压缩包启动 打开解压后的文件夹中的app文件夹 并运行其中的Simple Class Information Display.exe ##### 从源码启动 先运行setup_lib.py使用pip安装所需运行库(或者自行安装) 随后运行安装文件夹中的app文件夹中的Simple Class Information Display.pyw --- ## 文档 * [Simple Class Information Display 使用方法](./docs/how_to_use.md)