pip3 install matplotlib
pandas
is a python library that provides data structures and functions for working with structured data, particularly for data analysis and manipulation.
pip3 install pandas
install pip3
sudo apt install python3-pip
ruamel.yaml
is the commonly used package from the ruamel suite for YAML parsing.
pip3 install ruamel.yaml
seaborn
is a statistical data visualization library based on matplotlib
pip3 install seaborn
tkinter
sudo apt install python3-tk