Skip to main content

md2xmind

Project description

md2xmind

md2xmind

markdown转思维导图基于python,实现把markdown格式的文档转换为xmind格式的文档。目前支持版本小于 8 的 xmind 。

安装

pip3 install md2xmind

升级

pip3 install -U md2xmind

使用方式

import os
import md2xmind

# md格式的源文件路径
file_path = os.path.abspath(os.path.join(os.getcwd(), 'test2.md'))

# 第一个参数是源文件
# 第二个参数是生成的文件名称,生成的文件位于运行命令行的文件夹中
md2xmind.start_trans(file_path, 'test2')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

md2xmind-1.2.1.tar.gz (9.1 kB view hashes)

Uploaded Source

Built Distribution

md2xmind-1.2.1-py3-none-any.whl (9.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page