blob: e9be7d17a6e187ef9ba288a8d53b6957f0b9e74f (
plain)
1
2
3
4
5
|
# Texty is a text editor written in Python using the Tkinter. It is a simple
# text editor focused on simplicity and ease of use while being powerful and
# extensible. It is a work in progress and is not yet ready for use.
import tkinter as tk
|