8000 GitHub - vicuna-main/McFileFetcher at v1.0.1
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ McFileFetcher Public template

通过爬虫,一键自动化批量跨平台下载CurseForge等平台上公开的MOD等文件,简化游戏模组以及其他文件的管理和安装过程,提升整合包制作效率和游戏体验。One-click crawler to batch download public mods (CurseForge, etc.). Simplifies mod management & installation, improves modpack creation and gaming.

License

Notifications You must be signed in to change notification settings

vicuna-main/McFileFetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

McFileFetcher

一键下载工具,旨在自动化下载大众平台CurseForge等其他平台上公开的文件,简化游戏模组以及其他文件的管理和安装过程。通过使用该工具,用户可以高效地获取和安装所有相关的模组或者其他文件,提升整合包制作效率和游戏体验。
A one-click download tool designed to automate the process of downloading publicly available files from platforms like CurseForge and others. It simplifies the management and installation of game mods and other files. By using this tool, users can efficiently acquire and install all related mods or other files, improving the efficiency of modpack creation and enhancing the gaming experience.

构建方式

1.安装 PyInstaller

首先,你需要安装 PyInstaller。你可以通过 pip 安装它:
pip install pyinstaller

2.准备你的 Python 脚本

确保你的 Python 脚本(例如 your_script.py)在一个独立的文件夹中,并且所有依赖项和资源文件都已正确设置。

3.使用 PyInstaller 打包

在命令行中导航到你的 Python 脚本所在的目录,然后运行 PyInstaller 命令。以下是将脚本打包成单个可执行文件的基本命令:
pyinstaller --onefile your_script.py

解释参数:

--onefile:将所有内容打包成一个单独的可执行文件。
your_script.py:你的 Python 脚本文件名。

软件截图

个性化的配置文件 image 高并发的快速下载 image 人性化的信息存留,方便用户后续检查问题 image

About

通过爬虫,一键自动化批量跨平台下载CurseForge等平台上公开的MOD等文件,简化游戏模组以及其他文件的管理和安装过程,提升整合包制作效率和游戏体验。One-click crawler to batch download public mods (CurseForge, etc.). Simplifies mod management & installation, improves modpack creation and gaming.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0