NeteaseMusicLyricDownloader/modules/information.py
1826013250 35cd36bad9
Add more information about this project
Add this github link
Special Thanks added
2022-07-17 18:59:03 +08:00

20 lines
617 B
Python

"""该程序的自述信息,调用即输出"""
from modules.clear_screen import clear
def print_info(self):
"""调用即输出,无返回值"""
clear()
print(f"""[NeteaseMusicLyricDownloader Reloaded]
版本: {self.version}
本软件开源,项目地址:https://github.com/1826013250/NeteaseMusicLyricDownloader
作者:David-123
联系方式:
\tQQ:1826013250
\tE-mail:1826013250@qq.com(mainly)
\t mc1826013250@gmail.com
Special Thanks:
\t- chenjunyu19, provided the 163key's cipher
\t- website 'MKLAB', provided the AES decryption service""")
input("按回车键返回...")