Developed a custom Unix-like shell in Python as part of the CodeCrafters Shell Challenge. The shell parses user input, resolves commands using the system PATH, and executes built-in and external programs via OS-level process management, closely replicating real shell behavior