Skip to content

Devapro235/Company_Chart_Python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 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 (tùy chọn)

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

  • Python 100.0%