user interface menu to interact with your O.S.
- Under the mentorship of Vimal Daga, I have created my first menu using Python code which will execute OS based programs
- install Python using 'https://www.python.org/'
- now install python module:
C:> python -m pip install pyttsx3
C:> python -m pip install beautifulsoup4==4.6.0
C:> python -m pip install requests==2.21.0
C:> python -m pip install lxml==4.3.0
- interact with your o.s. in user-friendly language
- Some of the commands, like:
C:> run ssh
C:> show date
C:> create partition
C:> run http
C:> invert color
C:> find folder
C:> change folder
C:> open calculator
C:> open google
C:> run new prompt
Note:
> This project is under development stage and fully operational on Windows Command Prompt