← 返回
未分类

Markdown Table Maker

Create, format, align, sort, transpose, and convert tables between Markdown, CSV, JSON, and TSV using pure Python without dependencies.
使用纯 Python(无依赖)创建、格式化、对齐、排序、转置以及在 Markdown、CSV、JSON、TSV 之间转换表格。
darbling darbling 来源
未分类 clawhub v1.0.0 1 版本 99696 Key: 无需
★ 0
Stars
📥 328
下载
💾 0
安装
1
版本
#latest

概述

📋 Markdown Table Maker

Author: Lin Hui | GitHub | MIT License | v1.0.0

Beautiful Markdown tables in seconds. Create from scratch, convert from CSV/JSON/TSV, align, sort, merge, and transpose — all with pure Python.

✨ Features

  • Create — Build tables from natural language descriptions
  • Convert — CSV / JSON / TSV → Markdown table
  • Align — Left / Center / Right column alignment
  • Sort — Sort rows by any column (asc/desc)
  • Transpose — Swap rows and columns
  • Merge — Combine multiple tables side by side or stacked
  • Format — Pretty-print with consistent spacing

🚀 Usage

Create a table

Create a markdown table with columns: Name, Age, City. Add 3 sample rows.

Convert CSV to Markdown

Convert data.csv into a Markdown table and save as table.md.

Align columns

Format the markdown table in README.md with the Name column left-aligned, Age right-aligned, and City center-aligned.

Sort a table

Sort the markdown table by the Price column in descending order.

Transpose

Transpose the markdown table (swap rows and columns).

⚙️ Technical Details

  • Runtime: Python 3.6+
  • Dependencies: Zero (stdlib only)
  • Input formats: Markdown, CSV, JSON (array of objects), TSV
  • Output: GitHub-Flavored Markdown tables

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 23:05 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

China Work Calendar

darbling
中国法定节假日与工作日计算器。查询某年某月工作天数、某日是否上班、节假日倒计时、调休换休提示。支持2024-2027年全部法定节假日及已知调休日。用户询问中国节假日、工作日、加班、倒计时时使用。
★ 1 📥 436

China Stock Toolkit

darbling
提供A股大盘指数、涨跌停、北向资金监控及税费计算,支持多源交叉验证与自定义接口扩展。
★ 0 📥 436

Json Formatter Pro

darbling
全能 JSON 工具箱 — 格式化、校验、查询、压缩、提取 JSON 数据。支持内置 JMESPath 查询、JSONPath 语法、语法高亮。适合 API 调试。
★ 1 📥 508