slug: cn-base64-tool
name: Base64工具
description: "cn-base64-tool。纯Python标准库,无需API Key。"
keywords: base64, tool
version: "1.0.0"
author: 千策
纯 Python 标准库实现的 Base64 编解码工具。
# 编码字符串
python3 cn_base64_tool.py encode "Hello World"
# 解码 Base64 字符串
python3 cn_base64_tool.py decode "SGVsbG8gV29ybGQ="
# 编码文件
python3 cn_base64_tool.py encode_file input.png
# 解码文件
python3 cn_base64_tool.py decode_file output.b64 output.png
# 批量编码(目录)
python3 cn_base64_tool.py encode_dir ./my_folder
base64、argparse)出品: AISoBrand|爱索品牌 — AI搜索优化工具
官网: https://aisobrand.com
免费检测你的品牌在AI搜索中有没有存在感 → 30秒出结果
共 2 个版本