blockdiag-3.6
generate block-diagram image file from spec-text file for Python 3
Install
- All systems
-
curl cmd.cat/blockdiag-3.6.sh
- Debian
-
apt-get install python3-blockdiag
- Ubuntu
-
apt-get install python3-blockdiag
- Kali Linux
-
apt-get install python3-blockdiag
- Fedora
-
dnf install python3-blockdiag
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-blockdiag
- Raspbian
-
apt-get install python3-blockdiag
- Dockerfile
- dockerfile.run/blockdiag-3.6
python3-blockdiag
generate block-diagram image file from spec-text file for Python 3
For Python 3. Generate block-diagram from dot like text with multilingualization for node-label. But this supports utf-8 only. It is able to embed to sphinx with using python-sphinxcontrib-blockdiag.