This is a Python-based tool for generating organizational charts of a company.
- Read data from structured input
- Generate org chart dynamically
- Export to image or visual display
- Python 3
- Matplotlib / Plotly / NetworkX (tùy chọn)
Nguyen Hoang Hai - @nguyenhoanghai1605
1. Install required libraries:
pip install matplotlib numpy
Or bypass SSL certificate check
pip install --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host files.pythonhosted.org matplotlib numpy
2. Run the Python code to see all the diagrams:
python filename.py
3. Key Features:
- Support Vietnamese
- Various and eye-catching colors
- Easily customizable
- Code is divided into separate functions for ease of use
You can edit the data, colors, sizes and content text to suit your specific needs.