Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Latest commit

 

History

History
executable file
·
11 lines (6 loc) · 663 Bytes

readme.md

File metadata and controls

executable file
·
11 lines (6 loc) · 663 Bytes

DEcoder

此项目是我在学习python tkinter时的练手项目,一方面加深对tkinter的掌握,另一方面自己很早之前就想写一款在mac上可以使用的编码解码工具。

代码很简单,都是python和tkinter的基础操作,主要还是为了完成这个小工具,工具界面如下:

由于pyinstaller的原因打包出来的文件有点大,大概22M,不想打包的同学可以直接使用python3 DEcoder.py运行程序即可。

打包后的文件放在了release中,目前仅打包了mac下使用的.app文件,需要的可直接下载,其它平台的可使用pyinstaller打包。