CustomCLILang

A custom CLI programming language for handling Windows tasks.


License
MIT
Install
pip install CustomCLILang==1.0.0

Documentation

Custom CLI Language Interpreter

Overview

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.

Features

  • Open applications (open notepad)
  • Create files (create example.txt)
  • Delete files (delete example.txt)
  • Extendable with additional actions.

Usage

  1. Run the interpreter:
    python cli_interpreter.py