A Step towards voice activated machines.
- Python
- Pip
- Pyaudio
- Cryptography
- gTTS
- Mpyg321
- Pillow
- Selenium
- SpeechRecognition
- Beautifulsoup4
- Threading (System)
- concurrent futures
- Run program to download all the the required libraries, give root password if needed
python3 install_requirements.py
- Then start the Voice Controlled Shell by running
python3 main.py
| No | Command | Description |
|---|---|---|
| 1 | Send Email |
Can send mails to several receivers |
| 2 | Weather Update |
Will display the current weather Report |
| 3 | List Files |
Will List files of current Directory |
| 4 | Date |
Today's date will be displayed |
| 5 | Shutdown |
The computer will be powered off |
| 6 | Reboot |
The computer will restart |
| 7 | Create File |
New file will be created in the current folder |
| 8 | Create Folder |
Create new Folder in current Directory |
| 9 | File type |
The file information will be displayed |
| 10 | Create User |
The new user will be created. |
| 11 | Delete User |
Deletes the user. |
| 12 | Current Directory |
Current working Directory will be displayed |
| 13 | Create Directory |
New Directory will be created |
| 14 | Go Back |
Move to the previous directory |
| 15 | Change Directory |
Move to the specified directory |
| 16 | Delete file |
Deletes the specified file |
| 17 | Delete Directory |
Deletes the specified directory |