使用tkinter很容易实现的,两个文本输入框,四个标签,三个按钮,和两个文本显示框,将控件摆放好了就行,其中,Decrypt调用解密函数,loadcipertext从文件夹中读取文本。
python 有winodws 的gui库 Tkinter
https://www.runoob.com/python/python-gui-tkinter.html
pyqt5,wxpython