This is a Python3 Tkinter based library for a simple text widget.
The usage is simple:
ST(w=parent-window, t="this is the text")
Just do not forget to import the main library :)
from tkinter import Label
class ST(Label):
def __init__(self, t, w):
Label(w, text=t).pack()
-
Notifications
You must be signed in to change notification settings - Fork 0
This is a Python3 Tkinter based library for a simple text widget.
ComputerWare/simple-text
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
This is a Python3 Tkinter based library for a simple text widget.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published