From 6876acb92d9c51215fa461dfe532577bb0798aa6 Mon Sep 17 00:00:00 2001 From: Puranjay Savar Mattas <68191388+psavarmattas@users.noreply.github.com> Date: Tue, 15 Dec 2020 23:38:35 +0530 Subject: [PATCH] Add files via upload --- readme.md | 110 +++++++++++++++++++++++++++--------------------------- 1 file changed, 55 insertions(+), 55 deletions(-) diff --git a/readme.md b/readme.md index b336b85..527cd68 100644 --- a/readme.md +++ b/readme.md @@ -1,55 +1,55 @@ -# **Create your own virtual assistant with just a few lines code (Using only PYTHON)** - - -Hello & Welcome to this git page. Here I just created my own -virtual assistant with just a few lines of code. It is not an -issue if you are a beginner, or an advanced coder this way of -building your own virtual assistant is very simple and quick. - -The only major thing required from your side is the will to go -step by step with me and by the end of it you will have your own -virtual assistant up & running as a charm. - -To learn more about how I did it you can watch my YouTube -video on this or click here. - -### Pre-Requisites: -1. Python Interpreter (Like PyCharm) -2. Python Environment (Like Anaconda) -3. Basic knowledge of how Python works & computers work -4. A will to explore - -When all the above pre-requisites are there and ready you can -start to work on your own virtual assistant. Please follow each -and every step in order & if you have any error just go to the issues -to see if you find any issue that matches your which is already -resolved before opening an issues. - -## Steps: - -### For Windows users: -1. Open PyCharm & create a new project with your virtual environment ready. -2. Open the terminal and paste the following in sequential order line by line(Execute it one by one): - -`pip install speechRecognistion` - -`pip install pyttsx3` - -`pip install pywhatkit` - -`pip install wikipedia` - -`pip install pyjokes` - -_Install this if necessary (Only when the code gives error)_ - -`pip install pyaudio` - -3. Copy the code given in main.py (in this git) & you will have the code up & running on your pc. -4. If you want to learn how this code actually works the go watch my YouTube video for a better understanding. - -### For Linux/MacOs users: - -1. Learn all the above commands on terminal. -2. Make sure to use pip3, because in linux pip refers for python2 and pip3 refers to python3. -3. Install these too - `pip3 install pyAudio` +# **Create your own virtual assistant with just a few lines code (Using only PYTHON)** + + +Hello & Welcome to this git page. Here I just created my own +virtual assistant with just a few lines of code. It is not an +issue if you are a beginner, or an advanced coder this way of +building your own virtual assistant is very simple and quick. + +The only major thing required from your side is the will to go +step by step with me and by the end of it you will have your own +virtual assistant up & running as a charm. + +To learn more about how I did it you can watch my YouTube +video on this or [click here](). + +### Pre-Requisites: +1. Python Interpreter (Like [PyCharm](https://www.jetbrains.com/pycharm/)) +2. Python Environment (Like [Anaconda](https://www.anaconda.com/products/individual)) +3. Basic knowledge of how Python works & computers work +4. A will to explore + +When all the above pre-requisites are there and ready you can +start to work on your own virtual assistant. Please follow each +and every step in order & if you have any error just go to the issues +to see if you find any issue that matches your which is already +resolved before opening an issues. + +## Steps: + +### For Windows users: +1. Open PyCharm & create a new project with your virtual environment ready. +2. Open the terminal and paste the following in sequential order line by line(Execute it one by one): + +`pip install speechRecognistion` + +`pip install pyttsx3` + +`pip install pywhatkit` + +`pip install wikipedia` + +`pip install pyjokes` + +_Install this if necessary (Only when the code gives error)_ + +`pip install pyaudio` + +3. Copy the code given in main.py (in this git) & you will have the code up & running on your pc. +4. If you want to learn how this code actually works the go [watch my YouTube video]() for a better understanding. + +### For Linux/MacOs users: + +1. Learn all the above commands on terminal. +2. Make sure to use pip3, because in linux pip refers for python2 and pip3 refers to python3. +3. Install these too - `pip3 install pyAudio`