how to create a python library code example
Example 1: create python package
python3 setup.py sdist bdist_wheel
Example 2: add your own library to python
python -m site --user-site
python3 setup.py sdist bdist_wheel
python -m site --user-site