🐍 Python Command Terminal | CodeMate Hackathon Project Demo

Опубликовано: 12 Июль 2026
на канале: Sonal Khatri
4
0

🚀 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.