Skip to content

This Shell is a software program that is made using Python that provides direct communication between you and the operating system or application, providing an environment to automate IT operations. Here the user type commands through the CLI, and get back output from those commands. You can run your python command (like the Python IDLE) or you …

Notifications You must be signed in to change notification settings

BashhScriptKid/interactive-shell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

interactive-shell

This Shell is a software program that is made using Python that provides direct communication between you and the operating system or application, providing an environment to automate IT operations. Here the user type commands through the CLI, and get back output from those commands. You can run your python command (like the Python IDLE) or you can execute any Windows or Linux cmd (Ex: changing the directory, coping any file, deleting any file, shut down or restarting the system etc.).

Tools, Technology and Library used : Python 3.7, os, subprocess, sys

About

This Shell is a software program that is made using Python that provides direct communication between you and the operating system or application, providing an environment to automate IT operations. Here the user type commands through the CLI, and get back output from those commands. You can run your python command (like the Python IDLE) or you …

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%