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

handbye/DEcoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEcoder

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

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

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

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