From 747c33ba018af001469f0ad98fef1ec64904748d Mon Sep 17 00:00:00 2001 From: "Sean P. Myrick V19.1.7.2" Date: Wed, 25 Sep 2024 14:46:05 -0700 Subject: [PATCH] Create PROJECT_LANG_1_V1.pyt --- .../Python/PROJECT_LANG_1_V1.pyt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 OldVersions/PROJECT_LANGUAGE/Python/PROJECT_LANG_1_V1.pyt diff --git a/OldVersions/PROJECT_LANGUAGE/Python/PROJECT_LANG_1_V1.pyt b/OldVersions/PROJECT_LANGUAGE/Python/PROJECT_LANG_1_V1.pyt new file mode 100644 index 0000000..e295cfd --- /dev/null +++ b/OldVersions/PROJECT_LANGUAGE/Python/PROJECT_LANG_1_V1.pyt @@ -0,0 +1,16 @@ +# Start of script +# I have decided to have the main language for this project (uOffice) be Python, as Python is a good language to use for this purpose, as I prefer its usage. I don't know of any open source office suites like this written in Python, so it is also a first. It will be supplemented with other languages as well. +''' ''' +class projectLanguageFileOne() +print("Project Language File 1\n") +print("For: Seanpm2001/uOffice") +print("I have decided to have the main language for this project (uOffice) be Python, as Python is a good language to use for this purpose, as I prefer its usage. I don't know of any open source office suites like this written in Python, so it is also a first. It will be supplemented with other languages as well.") +noMore = input("Press [ENTER] key to quit") +print("The program should now be closed. If the program is still running, try closing the window with the close button. If this doen't work, end the task/process with a task/process manager") +break +""" """ +# File info +# File version: 1 (Thursday, 2021 October 21st at 3:40 pm) +# File type: Python 3 source file (*.py) +# Line count (including blank lines and compiler line): 17 +# End of script