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