# ExcelFontFix **Repository Path**: swimmingliu/ExcelFontFix ## Basic Information - **Project Name**: ExcelFontFix - **Description**: ExcelFontFix: Fix Wrong Chinese caused by Error Unicode in Excel / 修复Excel当中Unicode字符所导致的中文错误字体 - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-09-06 - **Last Updated**: 2024-09-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ExcelFontFix ## 介绍 ***ExcelFontFix***: 修复Excel当中Unicode字符所导致的中文错误字体
English | 简体中文
 ## 准备工作 ### 1. 创建虚拟环境 创建内置Python 3.9的conda虚拟环境, 然后激活该环境. ```shell conda create -n excelfontfix python=3.9 conda activate excelfontfix ``` ### 2. 安装依赖包 切换到YOLOSHOW程序所在的路径 ```shell cd {YOLOSHOW程序所在的路径} ``` 安装程序所需要的依赖包 ```shell pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple ``` ### 3. 运行程序 ``` python python main.py ``` ## 框架 [](https://www.python.org/)[](https://doc.qt.io/qtforpython-6/PySide6/QtWidgets/index.html) ## 参考 [PyQt-Fluent-Widgets](https://github.com/zhiyiYo/PyQt-Fluent-Widgets)