2- a personal module
1- create a folder:Â Â Â jlk_library
2- in the folder create a empty file called : _ _ init _ _ . py (  __init__.py )
3- create a file with all the functions:Â Â xxxxx.py
4- import this module :Â Â Â from jlk_library import xxxxx.py as jlk
How To Create Your Own Python Module & Best Modules For Your First Project