Some Useful Python Packages

1. make sure you have python 3 installed

python3 --version

2. install pip (package installer for python)

sudo apt install python3-pip

3. install tkinker (a Tcl/Tk GUI interface for Python)

sudo apt install python3-tk

4. install matplotlib

pip install matplotlib

5. install PyLTSpice

pip install PyLTSpice==3.1