md2xmind
Project description
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
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.2.1.tar.gz
(9.1 kB
view details)
Built Distribution
File details
Details for the file md2xmind-1.2.1.tar.gz
.
File metadata
- Download URL: md2xmind-1.2.1.tar.gz
- Upload date:
- Size: 9.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 12d2355f496490f215c7e1ef2171a5e3650136b3681cd7dd572a1c298878b5af |
|
MD5 | 87fb93ce3f5eeac6fa365f399b52bc1c |
|
BLAKE2b-256 | 04657865d753bdd46aee5d3743d69980f3055d6e2973e1c5c72b4b2d6550c0f7 |
File details
Details for the file md2xmind-1.2.1-py3-none-any.whl
.
File metadata
- Download URL: md2xmind-1.2.1-py3-none-any.whl
- Upload date:
- Size: 9.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 87cbcbe5e2571a7209a163e7a461e119f1c35f4ddb153d8452289291d0a57bcd |
|
MD5 | 4aa936b115a7d0e340cd931c4320f9d1 |
|
BLAKE2b-256 | 6e46b15be53d1fded7f34f65982cbce75444611535378acfd32590e77ea4eb1e |