You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# Python_Non_AI_Windows_Voice_Control
2
2
- Python 3.8.5 was used during creation and local debugging.
3
3
- A python code which accepts commands as audio and then executes a command from the commands the programmer has included in the code.
4
+
- This voice assistant also integrates a single node kubernetes cluster(minikube) with python
5
+
- One can also perform kubectl operations seamlessly with this assistant
4
6
- The code is executable only from the command terminal.
5
7
- Please add the required PATH environment variable names in the README file. I haven't used any commands requiring additional PATH values, but be sure to have python3 in your PATH values as you will require it to run this via the CMD.
0 commit comments