NCMDUMP UPDATE
Make menu more colorful! Changed NCMDUMP code, 1000% faster!! Settings update and small fix
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
"""用来清空命令行的信息,自动判别系统"""
|
||||
import os
|
||||
from colorama import Fore
|
||||
|
||||
|
||||
def clear():
|
||||
@@ -15,5 +16,5 @@ def clear():
|
||||
def cls_stay(self, custom=""):
|
||||
"""保留版本号清除屏幕"""
|
||||
clear()
|
||||
print(f"[NeteaseMusicLyricDownloader] {self.version}")
|
||||
print(custom)
|
||||
print(f"{Fore.YELLOW}[{Fore.GREEN}NeteaseMusicLyricDownloader{Fore.YELLOW}] {Fore.LIGHTBLACK_EX}{self.version}")
|
||||
print(Fore.LIGHTMAGENTA_EX+custom)
|
||||
|
||||
Reference in New Issue
Block a user