COLORFUL UPDATE

Make output more and more and more colorful!

Change file structure and README.md
This commit is contained in:
2023-05-07 01:59:03 +08:00
parent e7d19d6892
commit 94149eabea
13 changed files with 198 additions and 137 deletions

View File

@@ -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)