I'm starting to create lots of python scripts. These scripts are made to run on a number of files from the same folder the script is in. I want to store this script in an organized folder, and be able to access the script from any folder I navigate to in the console. How do I do this?
Thanks!
Edit: this is what I wanted to do, How to import custom python package by name