I want to import my custom-written functions in any script on any directory, just like I import the requests modules in any script. I am running Ubuntu and Python 3.9
Edit: I fulfilled my requirements by following this tutorial - https://packaging.python.org/tutorials/packaging-projects/