From 676587734213b297d70f9b12ce52bef1ef0683d9 Mon Sep 17 00:00:00 2001 From: NFL_jiancx <1678594309@qq.com> Date: Thu, 23 Jan 2025 21:22:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B9=E7=9B=AE=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 47 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 46 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d2bcd5..b0bece8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,47 @@ -# NFLmusic +# NFLmusic源代码仓库 +## 项目介绍 + +本项目是南凤科技旗下的开源音乐下载器,但由于ttkbootstrap框架的特性 + +目前仅支持Windows平台 *QAQ* + +## 工具准备 + +- IDE:Pycharm +- 解释器:Python3.6.8(推荐) +- 一颗善于思考的大脑🙂 + +## 依赖项和软件包 + +终端执行下方命令 + +```shell +::升级pip到最新版本 +pip install --upgrade pip +::安装项目所需的软件包 +pip install pygame == 2.6.1 +pip install ttkbootstrap == 0.5.3 +pip install pyperclip +pip install requests +pip install pyinstaller +``` + +## 克隆项目 + +随便找个空目录 + +```shell +git clone http://git.nanfengling.cn/NFL_jiancx/NFLmusic.git . +``` + +## 打包/构建 + +先cd到项目根目录,依次执行`build.bat`和`build_upd.bat`, + +dist文件夹内将生成程序本体文件`NFLmusic.exe`和更新文件`update.exe` + +## 常见问题及解决方案 + +1. **pip不是内部或外部命令:**设置->搜索环境变量->更改系统`PATH`变量为你的`pip`运行目录 +2. **构建后的可执行文件仍为旧版:**尝试手动删除build文件 \ No newline at end of file