forked from gxcuizy/Python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
### 文件结构 | ||
|
||
``` | ||
├── join_excel_data.py # 拼接Excel表格单行数据 | ||
``` | ||
|
||
### 打包成可执行文件 | ||
|
||
`pyinstaller -F -i favicon.ico join_excel_data.py` | ||
|
||
利用`pyinstaller`可以打包成`exe`可执行文件,方便平时快捷使用 | ||
|
||
### 交流学习 | ||
|
||
如有写的不对或者错误的地方,希望大家指正,相互交流,谢谢。 |