# FontMaker Client GUI **Repository Path**: walkline/fontmaker-client-gui ## Basic Information - **Project Name**: FontMaker Client GUI - **Description**: 为 FontMaker Client 编写的窗体程序 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-20 - **Last Updated**: 2022-05-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: PyQt5, MicroPython, 中文字库 ## README

FontMaker GUI

### 项目介绍 为 [FontMaker Client](https://gitee.com/walkline/fontmaker-client) 编写的窗体程序,顺便学习 [PyQt](https://pypi.org/project/PyQt5/) ### 如何使用 有三种方法,先说最简单的吧 #### 下载可执行文件 从 [Releases](https://gitee.com/walkline/fontmaker-client-gui/releases) 下载打包好的文件,解压缩后运行`main_window.exe`即可 #### 安装`PyQt5` 其余两种方法都需要先安装`PyQt5`,并且从 [FontMaker Client binary 分支](https://gitee.com/walkline/fontmaker-client/tree/binary/) 下载`exe`文件 ```bash $ pip install PyQt5 ``` #### 源文件运行 ```bash $ python main_window.py ``` #### 打包`exe`文件 ```bahs $ pip install pipenv $ pipenv install $ pipenv shell $ pip install PyQt5 pyinstaller $ pyinstaller -Fw -i=resource\icon.ico main_window.py --clean ``` 运行`dist/main_window.exe`即可 ### 软件截图 ![](images/screenshot.png) ### 合作及交流 * 联系邮箱: * QQ 交流群: * 走线物联:[163271910](https://jq.qq.com/?_wv=1027&k=VlT7Bjs9) * 扇贝物联:[31324057](https://jq.qq.com/?_wv=1027&k=IQh2OLw9)

走线物联扇贝物联