Giới thiệu sản phẩm

 
from tkinter import *
from tkinter import messagebox
from tkinter.ttk import Combobox

#cửa sổ đăng nhập
WinLogin=Tk()
WinLogin.geometry('400x500')
WinLogin.title('Đăng Nhập')

lbllogin=Label(WinLogin,text='Đăng nhập',
               font=('Times New Roman',25,'bold'))
lbllogin.place(x=120,y=100)
lbluser=Label(WinLogin,text='Tài Khoản',font=('Times New Roman',12,'bold'))
lbluser.place(x=50,y=200)
lblpass=Label(WinLogin,text='Mật khẩu',font=('Times New Roman',12,'bold'))
lblpass.place(x=50,y=270)

checkcapcha1=BooleanVar()
 
Hình ảnh sản phẩm
Hãy bình luận để nhặt 100 thóc nhé

Đăng nhập để tham gia bình luận

Thông tin tác giả

Địa vị cộng đồng: Nông dân

Sản phẩm cùng tác giả

Sản phẩm liên quan

    Không có sản phẩm nào

Bạn muốn thử làm game không?