pythonpictureanalysis/GUI.py
2022-07-26 21:27:11 +08:00

13 lines
226 B
Python

# -*- 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()