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.8.tar.gz
(4.2 kB
view details)
Built Distribution
md2xmind-1.0.8-py3-none-any.whl
(10.1 kB
view details)
File details
Details for the file md2xmind-1.0.8.tar.gz
.
File metadata
- Download URL: md2xmind-1.0.8.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0d6615a4bbd48d3c9f4f97cf3e0e9f901cbdb19c0f7c5b33fe7ac3b663bfec7f |
|
MD5 | fb38825b85c68b3523df4e96cc5a340f |
|
BLAKE2b-256 | e3f87b2ea3e44be81476858e4a705a938eb0a1977e9ff400a468d7f7dbf626ff |
File details
Details for the file md2xmind-1.0.8-py3-none-any.whl
.
File metadata
- Download URL: md2xmind-1.0.8-py3-none-any.whl
- Upload date:
- Size: 10.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 068bb4d50cd16cb64bdc822d79b704c6d8efa0333557a406ae26b9da1a44e130 |
|
MD5 | a578b0e206db894d074d702e4951b111 |
|
BLAKE2b-256 | 6f966235abd6dac58d0d459b243a7f5f6c6526acffe4831db6af53c3347d6230 |