'''For system to speak, epseak is needed on PI '''
sudo apt-get install python-espeak
''' To query wikipedia '''
''' For SpeechRecognition '''
pip install SpeechRecognition
sudo apt-get install flac
''' Get the country ISO information '''
'''Get the geograpy information, It installs bunch of other packages
including numpy, pandas, nltk etc. '''
''' Download NLTK data '''
nltk.download("stopwords")
nltk.download('averaged_perceptron_tagger')
nltk.download('maxent_ne_chunker')
''' To check for the PID '''
''' To play Music/Song '''
''' For Latitude and Longitude '''
sudo apt-get install libgeos-dev
''' For LED Dot Matrix '''
pip3 install luma.led_matrix==1.5.0
pip3 install spidev==3.4 --force-reinstall
'''To extract date and time from a string'''