Skip to content

This project is a Python-based command terminal emulator that mimics the functionality of a traditional system shell. It allows users to perform file operations, directory navigation, and system monitoring using simple commands, all handled through a Python backend. The goal is to provide a lightweight, extensible terminal built with Python.

Notifications You must be signed in to change notification settings

adarshkumar3006/python-terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Command Terminal

A Python-based terminal emulator that supports file operations, directory navigation, and system monitoring.

Features

  • Standard commands: pwd, ls, cd, mkdir, rm
  • System monitoring: cpu, mem, ps
  • Error handling for invalid commands
  • Extensible modular structure

About

This project is a Python-based command terminal emulator that mimics the functionality of a traditional system shell. It allows users to perform file operations, directory navigation, and system monitoring using simple commands, all handled through a Python backend. The goal is to provide a lightweight, extensible terminal built with Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages