makefun/README.md

3 lines
154 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 生成exe程序
1. 安装pyinstaller: pip install pyinstaller
2. 生成单个可执行文件pyinstaller -F 需要生成可执行文件的目标文件