🚀 Demo of the Python Command Terminal built for the CodeMate Hackathon.
This project is a Python-based terminal emulator that mimics the behavior of a real system shell.
It supports file operations, directory navigation, and system monitoring commands — all inside a custom REPL (Read-Eval-Print Loop).
✨ Features:
ls, cd, pwd, mkdir, rm
CPU, Memory, Process monitoring (via psutil)
Error handling for invalid commands
Modular codebase for easy extension
📂 GitHub Repo: https://github.com/SONAL04KHATRI/python-te...
🔮 Optional Enhancements:
Natural language commands
Command history + autocomplete
Web-based UI
Made with ❤️ during the CodeMate Hackathon.