-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
71 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,64 @@ | ||
# AZMusicDownloader | ||
AZ音乐下载器,优雅地下载音乐 | ||
<div align="center"> | ||
|
||
<a href="https://azstudio.net.cn/"> | ||
<img src="https://azstudio.net.cn/logo.png" width="200" height="200" alt="AZ Studio"> | ||
</a> | ||
|
||
# AZ音乐下载器 | AZMusicDownloader | ||
|
||
_✨ 优雅地下载音乐✨_ | ||
|
||
<p align="center"> | ||
<img src="https://img.shields.io/badge/license-Apache_2.0-orange" alt="license"> | ||
<img src="https://img.shields.io/badge/Python-3.8%2B-blue" alt="Python"> | ||
<a href="https://pypi.org/project/AZMusicAPI/"> | ||
<img src="https://img.shields.io/badge/AZMusicAPI-1.2.8-green" alt="AZMusicAPI"> | ||
</a> | ||
<a href="https://github.com/zhiyiYo/PyQt-Fluent-Widgets/"> | ||
<img src="https://img.shields.io/badge/PyQt_Fluent_Widgets-1.1.9-red" alt="PyQt-Fluent-Widgets"> | ||
</a> | ||
<a href="http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=I8jo_gVjwK9nx8my7671YyAgYklNBjwO&authKey=OdURQHkdFxBlSw72acYTaPVq5xbO%2BUu5MtPRVjO4CS8hWbvXQVbNcIuI5vCtS8Jr&noverify=0&group_code=570843588"> | ||
<img src="https://img.shields.io/badge/AZ_Studio%E4%BA%A4%E6%B5%81%E7%BE%A4-570843588-yellow" alt="qq group"> | ||
</a> | ||
</p> | ||
|
||
</div> | ||
|
||
|
||
> 本插件由 [AZMusicAPI](https://pypi.org/project/AZMusicAPI/) 强力驱动 | ||
> | ||
> 本程序仅供学习,使用者造成的一切后果与开发者无关。 | ||
> | ||
> 若您需要二次分发本程序,需经过开发者书面同意,并需在您的项目中注明该项目地址 | ||
|
||
### 使用 | ||
- 使用源代码运行(推荐) | ||
|
||
> 推荐以源代码运行,由于```pyinstaller```的打包导致多线程失效,发行版的搜索(开启预选的情况下)/下载会出现卡顿的情况。 | ||
1.下载源代码至无须管理员权限的目录 | ||
|
||
2.安装依赖库: | ||
```pip3.11 install -r requirements.txt``` | ||
|
||
3.运行 | ||
运行```MusicDownloader.py``` | ||
|
||
- 使用 [发行版](https://github.com/AZ-Studio-2023/AZMusicDownloader/releases) | ||
|
||
> 您可以选择使用安装版(exe程序) 或 绿色版(zip压缩包) | ||
> | ||
> ❗注意❗ 若您将本程序安装/放置在需要管理员权限的目录,则需要以[管理员方式运行],否则将会无法正常运行。 | ||
|
||
|
||
### 音乐版权说明 | ||
|
||
1.用户下载的音乐仅作学习娱乐用途,若用户使用本软件下载的音乐造成侵权,与开发者无关。 | ||
|
||
### 免责声明 | ||
|
||
1.用户使用本软件所造成的一切后果,包括但不限于侵权行为与开发者无关,开发者对此不承担任何责任。 | ||
|
||
2.用户使用本软件时应自行承担风险,并采取适当的预防措施,确保下载内容的合法性和安全性。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
AZMusicAPI==1.2.8 | ||
PyQt5==5.15.9 | ||
PyQt5_Frameless_Window==0.3.1 | ||
PyQt5_sip==12.12.1 | ||
PyQt_Fluent_Widgets==1.1.9 | ||
pywin32==305 | ||
Requests==2.31.0 |