- Shutil module offers a number of high-level operations on files and collections of files.
- Psutil is a Python cross-platform library used to access system details and process utilities.
- Shebang line is the first line of a script and it starts with #! followed by the path of the interpreter that will be used to execute the script.