md2xmind
Project description
md2xmind
markdown转思维导图基于python,实现把markdown格式的文档转换为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
Release history Release notifications | RSS feed
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.0.9.tar.gz
(4.3 kB
view details)
Built Distribution
File details
Details for the file md2xmind-1.0.9.tar.gz
.
File metadata
- Download URL: md2xmind-1.0.9.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f9abad8eb3e046042241140d4427bfb2b29b0f969c572ce7754312a63d80c9b0 |
|
MD5 | 7733174f655a3ab06a5bbdfe5ca9f64c |
|
BLAKE2b-256 | 6ec5d6cd76f66737ac8dc39dc873f85b3ab076663bbedbe98c83b5e6a4a7357c |
File details
Details for the file md2xmind-1.0.9-py2-none-any.whl
.
File metadata
- Download URL: md2xmind-1.0.9-py2-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ede8b9f6aca3a79131fad596d5ad2322fc399b77576200904915301b661b6e23 |
|
MD5 | c4c630311b401e70661baa7f2d5b59b4 |
|
BLAKE2b-256 | 5772bca95ca861089803db000683d1a020980b69064dabe0a2482a351aeb5cea |