diff options
Diffstat (limited to 'src/texty.py')
| -rw-r--r-- | src/texty.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/texty.py b/src/texty.py index e75154b..e9be7d1 100644 --- a/src/texty.py +++ b/src/texty.py @@ -1 +1,5 @@ -print("hello world")
\ No newline at end of file +# 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 |
