Skip to content
This repository was archived by the owner on May 5, 2024. It is now read-only.

Commit b3303eb

Browse files
committed
ch
1 parent 0763e02 commit b3303eb

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

python/main.py

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -20,34 +20,34 @@ def print_slow(str):
2020
sys.stdout.write('\n')
2121

2222
def startSH():
23-
pydata1.sendall(b"Hello! just letting you know that PythonicOS is starting!")
24-
data = pydata2.recv(1024)
25-
print("Received:", data.decode())
26-
print_slow('######## ## ## ######## ## ## ####### ## ## #### ###### ####### ###### ')
27-
print_slow('## ## ## ## ## ## ## ## ## ### ## ## ## ## ## ## ## ## ')
28-
print_slow('## ## #### ## ## ## ## ## #### ## ## ## -#-#-#-#-#- ## ## ## ')
29-
print_slow('######## ## ## ######### ## ## ## ## ## ## ## #-#-#-#-#-# ## ## ###### ')
30-
print_slow('## ## ## ## ## ## ## ## #### ## ## -#-#-#-#-#- ## ## ## ')
31-
print_slow('## ## ## ## ## ## ## ## ### ## ## ## ## ## ## ## ')
32-
print_slow('## ## ## ## ## ####### ## ## #### ###### ####### ###### ')
33-
print_slow('*******************************************************************************************************')
34-
print_slow('-------------------------------------------PythonicOS--------------------------------------------------')
35-
print_slow('-------------------------------------------version 1.0-------------------------------------------------')
36-
print_slow('-----------------------copywrite 2023 OpenStudio and the amazing github suporters----------------------')
37-
print_slow('------------------welcome to the interactive start wizard for Windows, MacOS and Linux.----------------')
38-
print_slow('-------------------------------------------------------------------------------------------------------')
39-
print_slow('-------------------this wizard will allow you to navagate PythonicOS and its features!-----------------')
40-
print_slow('---------------using the helpfull commands listed below you can nvagate around the shell!--------------')
41-
print_slow('-------------------------------------------------------------------------------------------------------')
42-
print_slow('-------------------------------------------------------------------------------------------------------')
43-
print_slow('-------------------------------------------------------------------------------------------------------')
44-
print_slow('-----------------------------------CD <directory>: changes directory-----------------------------------')
45-
print_slow('-------------------MKDIR followed by <directoryname> on a new line: makes a directory------------------')
46-
print_slow('------------------------------------------Help: displays Help------------------------------------------')
47-
print_slow('-------------------------------------------------------------------------------------------------------')
48-
print_slow('-------------------------------------------------------------------------------------------------------')
49-
print_slow('-------------------------------------------------------------------------------------------------------')
50-
print_slow('*******************************************************************************************************')
51-
startcmd()
23+
pydata1.sendall(b"Hello! just letting you know that PythonicOS is starting!")
24+
data = pydata2.recv(1024)
25+
print("Received:", data.decode())
26+
print_slow('######## ## ## ######## ## ## ####### ## ## #### ###### ####### ###### ')
27+
print_slow('## ## ## ## ## ## ## ## ## ### ## ## ## ## ## ## ## ## ')
28+
print_slow('## ## #### ## ## ## ## ## #### ## ## ## -#-#-#-#-#- ## ## ## ')
29+
print_slow('######## ## ## ######### ## ## ## ## ## ## ## #-#-#-#-#-# ## ## ###### ')
30+
print_slow('## ## ## ## ## ## ## ## #### ## ## -#-#-#-#-#- ## ## ## ')
31+
print_slow('## ## ## ## ## ## ## ## ### ## ## ## ## ## ## ## ')
32+
print_slow('## ## ## ## ## ####### ## ## #### ###### ####### ###### ')
33+
print_slow('*******************************************************************************************************')
34+
print_slow('-------------------------------------------PythonicOS--------------------------------------------------')
35+
print_slow('-------------------------------------------version 1.0-------------------------------------------------')
36+
print_slow('-----------------------copywrite 2023 OpenStudio and the amazing github suporters----------------------')
37+
print_slow('------------------welcome to the interactive start wizard for Windows, MacOS and Linux.----------------')
38+
print_slow('-------------------------------------------------------------------------------------------------------')
39+
print_slow('-------------------this wizard will allow you to navagate PythonicOS and its features!-----------------')
40+
print_slow('---------------using the helpfull commands listed below you can nvagate around the shell!--------------')
41+
print_slow('-------------------------------------------------------------------------------------------------------')
42+
print_slow('-------------------------------------------------------------------------------------------------------')
43+
print_slow('-------------------------------------------------------------------------------------------------------')
44+
print_slow('-----------------------------------CD <directory>: changes directory-----------------------------------')
45+
print_slow('-------------------MKDIR followed by <directoryname> on a new line: makes a directory------------------')
46+
print_slow('------------------------------------------Help: displays Help------------------------------------------')
47+
print_slow('-------------------------------------------------------------------------------------------------------')
48+
print_slow('-------------------------------------------------------------------------------------------------------')
49+
print_slow('-------------------------------------------------------------------------------------------------------')
50+
print_slow('*******************************************************************************************************')
51+
startcmd()
5252
if __name__ == ('__main__'):
5353
startSH()

0 commit comments

Comments
 (0)