COLORFUL UPDATE
Make output more and more and more colorful! Change file structure and README.md
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"""包含一个函数,用来清空命令行的信息,自动判别系统"""
|
||||
"""用来清空命令行的信息,自动判别系统"""
|
||||
import os
|
||||
|
||||
|
||||
@@ -9,4 +9,11 @@ def clear():
|
||||
elif name == "posix":
|
||||
os.system("clear")
|
||||
else:
|
||||
os.system("clear")
|
||||
os.system("clear")
|
||||
|
||||
|
||||
def cls_stay(self, custom=""):
|
||||
"""保留版本号清除屏幕"""
|
||||
clear()
|
||||
print(f"[NeteaseMusicLyricDownloader] {self.version}")
|
||||
print(custom)
|
||||
Reference in New Issue
Block a user