how to make your own python module code example
Example 1: modules in python
import numpy as np:
Example 2: modules in python
import pyttsx3 # using ptython to convert text to speech
Example 3: add your own library to python
python -m site --user-site