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.3.tar.gz
(9.6 kB
view details)
Built Distribution
File details
Details for the file md2xmind-1.2.3.tar.gz
.
File metadata
- Download URL: md2xmind-1.2.3.tar.gz
- Upload date:
- Size: 9.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
3f9fd06c0b0377027bc10066a852f8e970d5ef0f2449f55329365f0e84cc7ff9
|
|
MD5 |
4bf3cd0979c8af4d19e8d8e951da7e00
|
|
BLAKE2b-256 |
eee9e055e7d7cce7eb0499712e269f017befb9cc023968f9c74345937630e1de
|
File details
Details for the file md2xmind-1.2.3-py3-none-any.whl
.
File metadata
- Download URL: md2xmind-1.2.3-py3-none-any.whl
- Upload date:
- Size: 9.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
49616fa6652a4aae715ef2b10381378d2b7bbd17dcc3628c5bc18b9579d6b435
|
|
MD5 |
84d1ddd11cdaa76b8d536bd301e096b3
|
|
BLAKE2b-256 |
febfb41832d58f48d25b40f76abb0aa12d1b9f6e06e81943349918238db76f68
|