简体中文 | English — Dual-language documentation
跨平台图形化 Pip 管理工具,可视化操作 Python 包管理器,无需手动输入命令行。
- 可视化图形界面,一键完成 pip 安装、卸载、查询、升级
- 实时输出 pip 运行日志,操作过程一目了然
- 全平台适配:Windows / macOS / Linux
- 配套一键依赖安装脚本,源码运行无需手动配库
| 文件名称 | 适用平台 | 介绍 |
|---|---|---|
| InstallDependencies.bat | Windows | Windows 一键依赖安装脚本 |
| install_dependencies.sh | macOS / Linux | Mac & Linux 依赖安装脚本 |
| Pip-GUI-v0.1-macos.dmg | macOS | Mac 标准安装包,拖拽安装到应用程序 |
| Pip-GUI-v0.1-linuxormacos.zip | macOS / Linux | 绿色压缩包,解压即可直接运行 |
| Pip-GUI-windows-portable.exe | Windows | Windows 便携单文件版,无需安装 |
| Pip-GUI-windows-setup.exe | Windows | 7-Zip 自解压安装包,完整安装程序 |
- 进入仓库 Releases 页面,下载对应系统的文件
- 运行对应程序:
- Windows 便携版:双击
Pip-GUI-windows-portable.exe直接启动 - Windows 安装版:双击
Pip-GUI-windows-setup.exe,选择安装路径后点击安装 - Mac DMG:打开镜像,将软件拖入「应用程序」文件夹
- Mac / Linux 压缩包:解压后运行内部可执行文件
- 下载源码到本地文件夹
- 先安装运行依赖:
Windows:双击
InstallDependencies.batMac / Linux 终端执行:
chmod +x install_dependencies.sh
./install_dependencies.sh- 启动程序
python main.py- 电脑需提前安装 Python 并配置系统环境变量
- Mac / Linux 运行脚本前必须赋予执行权限
- Windows 使用安装包安装后不会创建桌面快捷方式。
项目名称:Pip GUI, 工具系列:QPALZM Toolkit, 开发作者:AdkSetup, 支持平台:全跨平台(Windows / macOS / Linux)。
Cross-platform graphical Pip manager — manage Python packages without typing commands.
- Graphical UI to install, uninstall, query, and upgrade with one click
- Real-time pip output in a live log panel
- Works on Windows / macOS / Linux
- Comes with one-click dependency installers — no manual setup required
| File | Platform | Description |
|---|---|---|
InstallDependencies.bat |
Windows | Windows one-click dependency installer |
install_dependencies.sh |
macOS / Linux | macOS & Linux dependency installer |
Pip-GUI-v0.1-macos.dmg |
macOS | Standard Mac installer — drag to Applications |
Pip-GUI-v0.1-linuxormacos.zip |
macOS / Linux | Portable archive — extract and run |
Pip-GUI-windows-portable.exe |
Windows | Portable single-file Windows build |
Pip-GUI-windows-setup.exe |
Windows | 7-Zip self-extracting installer |
- Go to the repository's Releases page and download the file for your system.
- Run it:
- Windows portable: double-click
Pip-GUI-windows-portable.exe - Windows installer: double-click
Pip-GUI-windows-setup.exe, choose an install path, and click Install - macOS DMG: open the image and drag the app into Applications
- macOS / Linux archive: extract and run the included executable
- Download the source code.
- Install dependencies:
- Windows: double-click
InstallDependencies.bat - macOS / Linux in a terminal:
chmod +x install_dependencies.sh
./install_dependencies.sh- Launch the program:
python main.py- Python must be installed and added to your system
PATHfirst. - On macOS / Linux, remember to grant execute permission to the shell script before running.
- The Windows installer does not create a desktop shortcut.
- Name: Pip GUI
- Series: QPALZM Toolkit
- Author: AdkSetup
- Supported platforms: Windows / macOS / Linux
This project is licensed under the MIT License.