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
Auth for GenAI | Auth0
Easily implement secure login experiences for AI Agents - from interactive chatbots to background workers with Auth0. Auth for GenAI is now available in Developer Preview
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.