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
+25-2
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
# Python Assistant (PA)
2
+
2
3
Python Assistant (PA) is a voice command based assistant service written in Python 3.9+. It can recognize human speech or voice, talk to user and execute basic commands.
3
4
4
5
## Features
@@ -63,7 +64,29 @@ Python Assistant (PA) is a voice command based assistant service written in Pyth
63
64
64
65
* Searching anything on the internet [e.g. 'search Python', 'search uttar pradesh']
65
66
66
-
## Contributing
67
+
## Requirements
68
+
69
+
Python version 3.9+ or higher
70
+
71
+
Either you can use CLI or you can use IDE (like PyCharm)
72
+
73
+
## Installation
74
+
75
+
Press the Fork button, to save a copy of this repository on your GitHub account
76
+
77
+
OR
78
+
79
+
Download this repository by clicking on Download ZIP inside the Code button
80
+
81
+
OR
82
+
83
+
Clone this repository by typing `git clone https://github.com/Umesh-01/Python-Assistant.git` command in git bash
84
+
85
+
86
+
## Contributing
87
+
67
88
PRs are welcome 🙂
68
89
69
-
Try to follow PEP 8 guidelines and add comments!!
90
+
If you find any issue just put it in the issue section
0 commit comments