Posts

Showing posts from November, 2019

Beautiful soup in python

Hi there! Beautiful Soup  is a Python library for pulling data out of HTML and XML files. It works with your favorite parser to provide idiomatic ways of navigating, searching, and modifying the parse tree. It commonly saves programmers hours or days of work. These instructions illustrate all major features of Beautiful Soup 4, with examples. I show you what the library is good for, how it works, how to use it, how to make it do what you want, and what to do when it violates your expectations. The examples in this documentation should work the same way in Python 2.7 and Python 3.2. You might be looking for the documentation for  Beautiful Soup 3 . If so, you should know that Beautiful Soup 3 is no longer being developed and that support for it will be dropped on or after December 31, 2020. If you want to learn about the differences between Beautiful Soup 3 and Beautiful Soup 4, see  Porting code to BS4 .

Pyaudio library in python

Hi readers! It is a library of python used to discover audio files for a project by giving input by client. so that user can give voice as an input. With PyAudio, you can easily use Python to play and record audio on a variety of platforms, such as GNU/Linux, Microsoft Windows, and Apple Mac OS X.

Implenting the voice cmd on my project

Hi There! Today I am going to provide voice input to my project and that will done by the help of python library, as we know that python is having lots of library. So today I will be showing the client some features of my project. Pyalaudio and pyaudio library is helping out me for my voice input.

What is Alexa is!

Hi Readers! You’ve probably heard the name “Alexa.” You know, the name you call out when you want to interact with Amazon’s virtual assistant? Well, provided you own an Echo or some other Alexa-enabled device. Amazon’s assistant is a female voice that talks to you in a conversational manner, ready to help you with many tasks. She has been integrated into several of the company’s products and is starting to find her way into third-party devices, like  GE lamps  and the  Sonos One speaker . Amazon is also starting to put Alexa into  wearables , headphones, and all sorts of other gadgets. Alexa can perform a variety of simple tasks, like playing music, but you can also use Alexa in your smart home to dim the lights, lock the doors, adjust the thermostat, and control other smart home devices.