aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-11-05 06:43:35 -0400
committerBobby <[email protected]>2022-11-05 06:43:35 -0400
commita498477551af4e54bfa09f5ee1d6bbaf8f6056fe (patch)
treec4ed68127b551f75e6d19f15d6fba2cad1d47782 /src
parent43823882c7ae18b19b03134fb57862a8df0ca8a1 (diff)
downloadtexty-a498477551af4e54bfa09f5ee1d6bbaf8f6056fe.tar.xz
texty-a498477551af4e54bfa09f5ee1d6bbaf8f6056fe.zip
refactor: auto sort and format code on commit
Diffstat (limited to 'src')
-rw-r--r--src/texty.py6
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