Skip to content

ComputerWare/simple-text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

72f6ced · Mar 10, 2025

History

12 Commits
Mar 10, 2025
Mar 10, 2025

Repository files navigation

simple-text

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

About

This is a Python3 Tkinter based library for a simple text widget.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages