1 Star 0 Fork 1

星之河 / Modern_GUI_PyDracula_PySide6_or_PyQt6

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 456 Bytes
一键复制 编辑 原始数据 按行查看 历史
VFX - Visual Effects 提交于 2021-04-09 11:14 . v1.0.2
import sys
import os
from cx_Freeze import setup, Executable
# ADD FILES
files = ['icon.ico','themes/']
# TARGET
target = Executable(
script="main.py",
base="Win32GUI",
icon="icon.ico"
)
# SETUP CX FREEZE
setup(
name = "PyDracula",
version = "1.0",
description = "Modern GUI for Python applications",
author = "Wanderson M. Pimenta",
options = {'build_exe' : {'include_files' : files}},
executables = [target]
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/wpbi/Modern_GUI_PyDracula_PySide6_or_PyQt6.git
git@gitee.com:wpbi/Modern_GUI_PyDracula_PySide6_or_PyQt6.git
wpbi
Modern_GUI_PyDracula_PySide6_or_PyQt6
Modern_GUI_PyDracula_PySide6_or_PyQt6
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891