Apply the new functions!
This commit is contained in:
parent
98849e81b5
commit
ffdd69000c
6
main.py
6
main.py
@ -11,19 +11,19 @@ from modules.one_download import download_one_lyric
|
|||||||
from modules.settings import settings_menu
|
from modules.settings import settings_menu
|
||||||
from modules.save_load_settings import load_settings
|
from modules.save_load_settings import load_settings
|
||||||
from modules.clear_screen import clear
|
from modules.clear_screen import clear
|
||||||
from modules.readmp3 import get_lyric_from_folder
|
from modules.load_file_song import get_lyric_from_folder
|
||||||
|
|
||||||
|
|
||||||
class MainProcess(object):
|
class MainProcess(object):
|
||||||
def __init__(self): # 项目初始化
|
def __init__(self): # 项目初始化
|
||||||
self.settings = load_settings()
|
self.settings = load_settings()
|
||||||
self.version = "0.0.0"
|
self.version = "1.0"
|
||||||
|
|
||||||
def mainloop(self):
|
def mainloop(self):
|
||||||
"""程序主循环"""
|
"""程序主循环"""
|
||||||
while True:
|
while True:
|
||||||
clear()
|
clear()
|
||||||
print(f"[NeteaseMusicLyricDownloader Reloaded] {self.version}\n"
|
print(f"[NeteaseMusicLyricDownloader] {self.version}\n"
|
||||||
"[程序主菜单]\n"
|
"[程序主菜单]\n"
|
||||||
"[0] 退出程序\n[1] 单个歌曲的歌词下载\n[2] 多个歌曲的歌词下载\n[3] 从网易云下载的歌曲中获取歌词"
|
"[0] 退出程序\n[1] 单个歌曲的歌词下载\n[2] 多个歌曲的歌词下载\n[3] 从网易云下载的歌曲中获取歌词"
|
||||||
"\n[s] 进入设置\n[i] 程序信息")
|
"\n[s] 进入设置\n[i] 程序信息")
|
||||||
|
Loading…
Reference in New Issue
Block a user