1 Star 1 Fork 0

Ellu_IFX / DP100-PyQt5-GUI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
DP100_main.py 485 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ellu 提交于 2023-11-28 21:31 . publish
def main():
import sys
try:
import pyi_splash # only available when packaged with pyinstaller # type: ignore
im_ok = True
except ImportError:
im_ok = False
if im_ok:
pyi_splash.update_text("Initializing UI...")
##### INITIALIZE #####
from DP100_gui import show_app
if im_ok:
pyi_splash.close()
show_app()
if __name__ == "__main__":
# import cProfile
# cProfile.run("main()", "profile")
main()
Python
1
https://gitee.com/Ellu_IFX/DP100-PyQt5-GUI.git
git@gitee.com:Ellu_IFX/DP100-PyQt5-GUI.git
Ellu_IFX
DP100-PyQt5-GUI
DP100-PyQt5-GUI
master

搜索帮助