blockdiag3
generate block-diagram image file from spec-text file for Python 3
Install
- All systems
-
curl cmd.cat/blockdiag3.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 updatesudo apt-get install python3-blockdiag - Raspbian
-
apt-get install python3-blockdiag
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.