Install Python package

python3 -m venv myenv
source myenv/bin/activate
pip install (module name)

or

pip3 install (module name)

Run any python code

python3 (copy the code for automatic address)

Run any python code containing images

cd (the file contains the code)
python3 (the code name)