Run Command on Terminal using #Python🐍

import os
os.system(‘whoami’)

Description :

Simple program of two lines of python to run any command directly in terminal . I always thinking how we can install an external module like PyJokes in others PC when sharing code . Therefor…


This content originally appeared on DEV Community and was authored by Umair Shakoor 🛡️

import os
os.system('whoami')

Description :

Simple program of two lines of python to run any command directly in terminal . I always thinking how we can install an external module like PyJokes in others PC when sharing code . Therefore, to automate

pip install pyjokes

I have searched and build this.

What you think about this program ?
Your suggestions will be appreciated 💯


This content originally appeared on DEV Community and was authored by Umair Shakoor 🛡️


Print Share Comment Cite Upload Translate Updates
APA

Umair Shakoor 🛡️ | Sciencx (2025-06-27T13:27:29+00:00) Run Command on Terminal using #Python🐍. Retrieved from https://www.scien.cx/2025/06/27/run-command-on-terminal-using-python%f0%9f%90%8d/

MLA
" » Run Command on Terminal using #Python🐍." Umair Shakoor 🛡️ | Sciencx - Friday June 27, 2025, https://www.scien.cx/2025/06/27/run-command-on-terminal-using-python%f0%9f%90%8d/
HARVARD
Umair Shakoor 🛡️ | Sciencx Friday June 27, 2025 » Run Command on Terminal using #Python🐍., viewed ,<https://www.scien.cx/2025/06/27/run-command-on-terminal-using-python%f0%9f%90%8d/>
VANCOUVER
Umair Shakoor 🛡️ | Sciencx - » Run Command on Terminal using #Python🐍. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2025/06/27/run-command-on-terminal-using-python%f0%9f%90%8d/
CHICAGO
" » Run Command on Terminal using #Python🐍." Umair Shakoor 🛡️ | Sciencx - Accessed . https://www.scien.cx/2025/06/27/run-command-on-terminal-using-python%f0%9f%90%8d/
IEEE
" » Run Command on Terminal using #Python🐍." Umair Shakoor 🛡️ | Sciencx [Online]. Available: https://www.scien.cx/2025/06/27/run-command-on-terminal-using-python%f0%9f%90%8d/. [Accessed: ]
rf:citation
» Run Command on Terminal using #Python🐍 | Umair Shakoor 🛡️ | Sciencx | https://www.scien.cx/2025/06/27/run-command-on-terminal-using-python%f0%9f%90%8d/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.