os
os is one of the core modules in Python’s standard library used for interacting with the operating system. It provides functions for file and directory operations, path manipulation, and environment variable access, making it a fundamental tool for writing system-level automation scripts.