diff options
| author | Bobby <[email protected]> | 2022-11-05 06:43:35 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-11-05 06:43:35 -0400 |
| commit | a498477551af4e54bfa09f5ee1d6bbaf8f6056fe (patch) | |
| tree | c4ed68127b551f75e6d19f15d6fba2cad1d47782 /src | |
| parent | 43823882c7ae18b19b03134fb57862a8df0ca8a1 (diff) | |
| download | texty-a498477551af4e54bfa09f5ee1d6bbaf8f6056fe.tar.xz texty-a498477551af4e54bfa09f5ee1d6bbaf8f6056fe.zip | |
refactor: auto sort and format code on commit
Diffstat (limited to 'src')
| -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 |
