@@ -20,34 +20,34 @@ def print_slow(str):
20
20
sys .stdout .write ('\n ' )
21
21
22
22
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 ()
52
52
if __name__ == ('__main__' ):
53
53
startSH ()
0 commit comments