1 Star 1 Fork 0

FriBox/pyFile2MD5SHA1

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
exeFile2MD5SHA1.py 748 Bytes
一键复制 编辑 原始数据 按行查看 历史
FriBox Open Source 提交于 2022-04-25 16:35 . Add files via upload
#coding=UTF-8
# XingHe Studio File to MD5 and SHA1 (Compile App)
# 星河创作室(XingHeStudio.com)
# Create by Stream.Wang 2012-04-10
# Modify by Stream.Wang 2012-08-19
from distutils.core import setup
import py2exe,sys
sys.path.append(r"s:\Development\Python\Python.XHLib")
setup(
version = "1.0.0.20120819",
description = "XingHe Studio File to MD5 and SHA1",
name = r"pyFile2MD5SHA1",
options = {"py2exe": {"compressed": 1,
"optimize": 2,
"ascii": 0,
"bundle_files": 1}},
zipfile = None,
# targets to build
console = [{"script": r"pyFile2MD5SHA1.py", "icon_resources": [(1, r"pyFile2MD5SHA1.ico")]} ]
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/FriBox-OpenSource/pyFile2MD5SHA1.git
[email protected]:FriBox-OpenSource/pyFile2MD5SHA1.git
FriBox-OpenSource
pyFile2MD5SHA1
pyFile2MD5SHA1
main

搜索帮助