加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
VMPROTECT.py 657 Bytes
一键复制 编辑 原始数据 按行查看 历史
eaglx 提交于 2020-10-05 21:25 . Squashed commit of the following:
#!/usr/bin/python3
import Editor.main as editor
from tkinter import *
from tkinter import messagebox
from tkinter import filedialog
print("""\
_ ____ _______________ _____ _____ _____ _____ _____
| | | | \/ || ___ \ ___ \ _ |_ _| ___/ __ \_ _|
| | | | . . || |_/ / |_/ / | | | | | | |__ | / \/ | |
| | | | |\/| || __/| /| | | | | | | __|| | | |
\ \_/ / | | || | | |\ \\ \_/ / | | | |___| \__/\ | |
\___/\_| |_/\_| \_| \_|\___/ \_/ \____/ \____/ \_/
""")
print("version 0.2.201005.2057")
# Creating TK Container
root = Tk()
# Passing Root to Editor Class
editor.Editor(root)
# Root Window Looping
root.mainloop()
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化