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.1.2.tar.gz
(4.6 kB
view details)
Built Distribution
File details
Details for the file md2xmind-1.1.2.tar.gz
.
File metadata
- Download URL: md2xmind-1.1.2.tar.gz
- Upload date:
- Size: 4.6 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 | 3c3dba15e43bb7be7f8eb71ce220ff6be3a8485c2b49c1641ac2938576c2ffe7 |
|
MD5 | 505d9fca9649bd7fd4b8c6b52f95b08b |
|
BLAKE2b-256 | 8adac4601d6bdc13d005f8cab293fcf960a7ca8335cc5f1335506d65cda4d612 |
File details
Details for the file md2xmind-1.1.2-py2-none-any.whl
.
File metadata
- Download URL: md2xmind-1.1.2-py2-none-any.whl
- Upload date:
- Size: 4.6 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 | be2d8b29759d4c47b4e38416ca6671584cd5afb35dcf0eec0b7db77476ab2e19 |
|
MD5 | 22ea5126f692e9ba98f9bb1400ab16a9 |
|
BLAKE2b-256 | 6f7a2407fca3baa3244b258b4327d58b760693e3055b26ca1e69bc7b283a144d |