pythonpictureanalysis/GUI.py

13 lines
226 B
Python
Raw Normal View History

2022-07-26 21:27:11 +08:00
# -*- 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()