# BSPHP网络验证系统Python编程使用演示 **Repository Path**: bsphpcms/BSPHP-Python-DEMO ## Basic Information - **Project Name**: BSPHP网络验证系统Python编程使用演示 - **Description**: BSPHP网络验证系统Python编程使用演示,提供网络验证功能的Python代码示例,帮助开发者快速上手和集成。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-28 - **Last Updated**: 2026-03-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BSPHP Python 登录模式演示合集 本仓库包含 BSPHP www.bsphp.com 在 Python 下的多种登录模式演示:用户账号模式、卡/机器码模式,以及单文件结构示例。 --- ## 简体中文 ### 项目说明 - `bsphp.Python.user.qt-gui`:用户登录模式(GUI 界面) - `bsphp.Python.user.cmd`:用户登录模式(控制台) - `bsphp.Python.car.qt-gui`:卡/机器码登录模式(GUI 界面) - `bsphp.Python.car.cmd`:卡/机器码登录模式(控制台) - `BSPHP-Python-登陆模式演示`:登录模式单文件/分层结构演示 ### 根目录结构 ```text BSPHP-Python-DEMo/ ├── README.md ├── bsphp.Python.user.qt-gui/ ├── bsphp.Python.user.cmd/ ├── bsphp.Python.car.qt-gui/ ├── bsphp.Python.car.cmd/ └── BSPHP-Python-登陆模式演示/ ``` ### 项目内 README 列表 - `README.md` - [bsphp.Python.user.qt-gui/README.md](bsphp.Python.user.qt-gui/README.md) - [bsphp.Python.user.cmd/README.md](bsphp.Python.user.cmd/README.md) - [bsphp.Python.car.qt-gui/README.md](bsphp.Python.car.qt-gui/README.md) - [bsphp.Python.car.cmd/README.md](bsphp.Python.car.cmd/README.md) - [BSPHP-Python-登陆模式演示/README.md](BSPHP-Python-登陆模式演示/README.md) ### 快速开始 ```bash cd BSPHP-Python-DEMo # 进入任意子项目后,先安装依赖再运行 python3 -m pip install -r requirements.txt python3 main.py ``` --- ## 繁體中文 ### 專案說明 - `bsphp.Python.user.qt-gui`:使用者登入模式(GUI 介面) - `bsphp.Python.user.cmd`:使用者登入模式(命令列) - `bsphp.Python.car.qt-gui`:卡/機器碼登入模式(GUI 介面) - `bsphp.Python.car.cmd`:卡/機器碼登入模式(命令列) - `BSPHP-Python-登陆模式演示`:登入模式單檔/分層結構示範 ### 根目錄結構 ```text BSPHP-Python-DEMo/ ├── README.md ├── bsphp.Python.user.qt-gui/ ├── bsphp.Python.user.cmd/ ├── bsphp.Python.car.qt-gui/ ├── bsphp.Python.car.cmd/ └── BSPHP-Python-登陆模式演示/ ``` ### 專案內 README 清單 - `README.md` - [bsphp.Python.user.qt-gui/README.md](bsphp.Python.user.qt-gui/README.md) - [bsphp.Python.user.cmd/README.md](bsphp.Python.user.cmd/README.md) - [bsphp.Python.car.qt-gui/README.md](bsphp.Python.car.qt-gui/README.md) - [bsphp.Python.car.cmd/README.md](bsphp.Python.car.cmd/README.md) - [BSPHP-Python-登陆模式演示/README.md](BSPHP-Python-登陆模式演示/README.md) ### 快速開始 ```bash cd BSPHP-Python-DEMo # 進入任一子專案後,先安裝依賴再執行 python3 -m pip install -r requirements.txt python3 main.py ``` --- ## English ### Project Overview - `bsphp.Python.user.qt-gui`: User login mode with GUI - `bsphp.Python.user.cmd`: User login mode in console - `bsphp.Python.car.qt-gui`: Card/Machine-code login mode with GUI - `bsphp.Python.car.cmd`: Card/Machine-code login mode in console - `BSPHP-Python-登陆模式演示`: Single-file and layered login-mode demo ### Root Structure ```text BSPHP-Python-DEMo/ ├── README.md ├── bsphp.Python.user.qt-gui/ ├── bsphp.Python.user.cmd/ ├── bsphp.Python.car.qt-gui/ ├── bsphp.Python.car.cmd/ └── BSPHP-Python-登陆模式演示/ ``` ### README Files In Project - `README.md` - [bsphp.Python.user.qt-gui/README.md](bsphp.Python.user.qt-gui/README.md) - [bsphp.Python.user.cmd/README.md](bsphp.Python.user.cmd/README.md) - [bsphp.Python.car.qt-gui/README.md](bsphp.Python.car.qt-gui/README.md) - [bsphp.Python.car.cmd/README.md](bsphp.Python.car.cmd/README.md) - [BSPHP-Python-登陆模式演示/README.md](BSPHP-Python-登陆模式演示/README.md) ### Quick Start ```bash cd BSPHP-Python-DEMo # Enter a subproject, then install dependencies and run python3 -m pip install -r requirements.txt python3 main.py ```