You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 13, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: VAIIYA terminal.py
+52-20Lines changed: 52 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -143,43 +143,72 @@ def timefetch():
143
143
print('and the date is: ',curdate)
144
144
print("have a wonerful day at VAIIYA Technologies LLC!")
145
145
print("""|""")
146
-
# Start the TERMINAL and its commands
146
+
147
+
#this is here so that this doesnt dupe every time the commandline reprints. it now only happens once.
147
148
defterminal_start_message():
148
149
print(" for a list of commands, please type 'commands' ")
149
150
print("""|""")
150
151
152
+
#TERMINAL BEHAVIOR NOTES! make sure to use `elif` instead of `if`. this will prevent the error string from printing if we retun from the EEs or logins.
153
+
#
154
+
#
155
+
#notes here^^^
156
+
151
157
158
+
#Starts the TERMINAL and its commands
152
159
defopen_terminal():
153
160
154
161
whileTrue:
155
162
156
163
text=prompt('awaiting command(s)>>> ')
157
164
#put all the usercommands under here please!
158
-
165
+
#this is the FIRST `if`, replace and all new should be `elif`.
166
+
iftext=='t342':
167
+
print('heyy thanks for sayin somthin!')
168
+
continue
169
+
#this is BELOW the first command. put `elif` on all new commands.
159
170
171
+
#the credits for the game!
172
+
eliftext=='credits':
173
+
print("""|""")
174
+
print("""|""")
175
+
print("The credits of VAIIYA terminal!")
176
+
print("""|""")
177
+
print("Owner: T342, T342guy or Nathan jonhson.")
178
+
print("""|""")
179
+
print("contributors: ")
180
+
print("Smashel from discord.")
181
+
print("Riskit from discord.")
182
+
print("""|""")
183
+
print("""|""")
184
+
print("and thats all for now! have fun, stay safe and secure! VAIIYA trustees and THE FINALS contestants!")
185
+
print("""|""")
186
+
160
187
161
-
162
-
163
-
164
-
165
-
iftext=='CNS':
188
+
#the link given will NEVER EXPIRE
189
+
eliftext=='discord':
190
+
print("""|""")
191
+
print(" the invite link to The VAIIYA Hub/VAIIYA terminal dev: https://discord.gg/Qt5Je9sFE5 ")
0 commit comments