Python CGI - Task -2
PRAFULL WAIDANDE
Ambassador & Technical Volunteer at IIEC Rise || Google Cloud Platform at LinuxWorld Informatics Pvt Ltd
Successfully Completed Task 2 Given by Mr. Vimal Daga Sir under IIEC Rise.
Task Description:
Create menu-driven application using CLI and
Create the Web-UI App using CGI
With
This Web-UI App Any Linux command Gives output
For video check out this link : https://lnkd.in/dm_8n_m
- First You Have to create Menu Play on windows .
create file by .py format
- Lib You Need To Run this is :
Pyttsx3, pyaudio.
import pyttsx3
After this lets create Our Menu-Play Code.
print("Welcome to my Tools") print("Enter ur requirements : ", end='') if ("date" in ch) and (("run" in ch) or ("execute" in ch)or("open" in ch)): webbrowser.open("") elif ("calendar" in ch) and (("run" in ch) or ("execute" in ch)): webbrowser.open("") else: print("not understand")
- ScreenShot :
- Lets Run the Menu play.
- After that.( Lets Tell To Open Date ).
- Now Lets Open Docker .
- Lets Check Selected OS.
- Now lets Check Redhat Terminal .
Thank You Vimal Daga Sir
?