Skip to content

Пользовательские виджеты с привязкой к Tkinter

Notifications You must be signed in to change notification settings

YuranIgnatenko/python_custom_widgets_tk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

python_custom_widgets_tk

Demo screen demo

Requirements

python3
tkinter
pillow

Install ImageTk

sudo apt-get install -y python3-pil.imagetk

Install

git clone https://github.com/YuranIgnatenko/python_custom_widgets_tk.git

Example

root = Tk()

lb1, lb2 = WgtLabel().create(root, 'x1 :', '8.9008f', 10, 10) # return Label,Label

WgtLabel().create(root, 'x2 :', '8.9002f', 10, 10) # return Label,Label

root.mainloop()

About

Пользовательские виджеты с привязкой к Tkinter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages