Integrates (system) shell functionality into a standard python shell. Unlike other approaches, it does not modify the python syntax, but allows the user to call executables in the same way as python functions.
Features
- Execute programs like ordinary python functions
- Capture stdout, stderr or provide stdin
- Full python shell
- Access directories as dictionaries
Follow Python shell integration
Other Useful Business Software
Your top-rated shield against malware and online scams | Avast Free Antivirus
Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
Rate This Project
Login To Rate This Project
User Reviews
-
Interesting approach, turn pwd command into pwd(), cd /home into cd('/home'). I'll give it a try, but not sure wether I will get used to the additional characters that I need to type. Cannot use ^z to push jobs to the background.