Skip to content

nguyenhoanghai1605/Company_Chart_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Company Chart Python:

This is a Python-based tool for generating organizational charts of a company.

Features:

  • Read data from structured input.
  • Generate org chart dynamically.
  • Export to image or visual display.

Tech Stack

  • Python 3.
  • Matplotlib / Plotly / NetworkX (Option).

Author

Nguyen Hoang Hai - @nguyenhoanghai1605

Usage

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.

Demo Theme

Figure_1 Figure_2 Figure_3 Figure_4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages