Skip to content

Latest commit

 

History

History
73 lines (50 loc) · 1.13 KB

README.md

File metadata and controls

73 lines (50 loc) · 1.13 KB

这是一个mfuns工具箱 ヾ(≧▽≦*)o


✔️功能列表


💡如何使用

直接使用Release(推荐)

  1. 前往Release下载适合你的版本
  2. 双击Mftools.exe即可运行

使用源代码运行

环境要求

  • Python 3.8 +

步骤

# 克隆本仓库
git clone https://github.com/imouup/Mfuns_tools.git

# 进入项目目录
cd Mfuns_tools

安装第三方库

pip install -r requirements.txt

安装并激活虚拟环境

# 安装
python -m venv .venv

# 激活
.venv\Scripts\activate

运行mftools.py

python mftools.py

✅更新记录

  • V0.1.3

    添加签到工具

  • V0.1.2
    • 修复错误
    • 提供带有Chrome的版本
  • V0.1.0

    第一次发布,完成网盘外链转直链工具

第三方库