Skip to content

Commit 7f5b970

Browse files
Update logo.py
1 parent 413748c commit 7f5b970

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/logo.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def tool_header(self):
3030

3131
@classmethod
3232
def tool_footer(self):
33-
quo.secho(f'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%', fg='blue', bg='false')
33+
quo.secho(f'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%', fg='blue', bg='black')
3434

3535

3636
@classmethod
@@ -92,8 +92,8 @@ def nonet(self):
9292
def update_error(self):
9393
self.tool_header()
9494
print ('''
95-
\033[1;31m [ x ] \033[1;31mWe can't Update sashay.\033[1;m
96-
\033[1;31m [ x ] \033[1;31mPlease try again after some time.\033[00m''')
95+
\033[1;31m [ x ] \033[1;33msshy can't be updated at this time.\033[1;m
96+
\033[1;31m [ x ] \033[1;31mPlease try again later.\033[00m''')
9797
self.tool_footer()
9898

9999

@@ -115,7 +115,7 @@ def about(self,total):
115115
@classmethod
116116
def install_tools(self):
117117
quo.secho(f'#############################################', fg='black', bg='cyan')
118-
quo.secho(f'//////////////SELECT YOUR TOOL///////////////', fg='red', bg='false')
118+
quo.secho(f'//////////////SELECT YOUR TOOL///////////////', fg='red', bg='white')
119119
quo.secho(f'#############################################', fg='black', bg='cyan')
120120

121121
@classmethod
@@ -147,20 +147,20 @@ def not_installed(self,name):
147147

148148
@classmethod
149149
def back(self):
150-
print ("""\033[01;36m =============================================
151-
\033[01;33m| 00) Back |
152-
\033[01;36m=============================================\033[00m""")
150+
quo.secho(f'#############################################', fg='black', bg='cyan')
151+
quo.secho(f'00) Go back', fg='yellow', bg='black')
152+
quo.secho(f'#############################################', fg='black', bg='cyan')
153153

154154
@classmethod
155155
def updating(self):
156156
quo.secho(f'#############################################', fg='black', bg='cyan')
157-
quo.secho(f'//////////////////UPDATING///////////////////', fg='red', bg='false')
157+
quo.secho(f'//////////////////UPDATING///////////////////', fg='red', bg='white')
158158
quo.secho(f'#############################################', fg='black', bg='cyan')
159159

160160
@classmethod
161161
def installing(self):
162162
quo.secho(f'#############################################', fg='black', bg='cyan')
163-
quo.secho(f'/////////////////INSTALLING//////////////////', fg='red', bg='false')
163+
quo.secho(f'/////////////////INSTALLING//////////////////', fg='red', bg='white')
164164
quo.secho(f'#############################################', fg='black', bg='cyan')
165165

166166
@classmethod

0 commit comments

Comments
 (0)