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.0.tar.gz
(4.3 kB
view details)
Built Distribution
File details
Details for the file md2xmind-1.1.0.tar.gz
.
File metadata
- Download URL: md2xmind-1.1.0.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 | 15f78fee358c8bc83c3b7c6b3b18a207051e2cc3f8b11781f40452a0f09b2886 |
|
MD5 | e61549b3248f2f38a95ed280fa459c7f |
|
BLAKE2b-256 | dd09d7961db53d75398110857f7212533f101d2150825caddcff44ebfffb4b60 |
File details
Details for the file md2xmind-1.1.0-py2-none-any.whl
.
File metadata
- Download URL: md2xmind-1.1.0-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 | 307f8afd51f5d65a3d6352978a569a3876402dcc39f78079c4e977bc43e14f58 |
|
MD5 | e2ff4e8dffe259dece0dc4d0e14c3c17 |
|
BLAKE2b-256 | 2b64663651902471523cf57ac57566a7f7d7c254df857a0a44e06e1096ebf563 |