Third commit

This commit is contained in:
lan daiqing
2022-07-26 21:27:11 +08:00
commit 079dd34037
11 changed files with 554 additions and 0 deletions

12
GUI.py Normal file
View File

@@ -0,0 +1,12 @@
# -*- coding: utf-8 -*-
# @Time : 2022-7-25 0025 15:03
# @Author : Qing
# @Email : derighoid@gmail.com
# @File : GUI.py
# @Software: PyCharm
import tkinter
# git checkout -b "main"
import tkinter
root =tkinter.Tk()