A custom command-line interpreter written in Python to execute basic tasks on Windows. Commands like opening applications, creating files, and deleting files are supported.
- Open applications (
open notepad
) - Create files (
create example.txt
) - Delete files (
delete example.txt
) - Extendable with additional actions.
- Run the interpreter:
python cli_interpreter.py