You can edit almost every page by Creating an account and confirming your email.

BonggoQuery

From EverybodyWiki Bios & Wiki

  • The bonggoQuery module is basically a module made by the developer Mr. Bonggo Hriday.

But, it's the hidden name of the developer, the real name of the developer is Mr. Sudip Bera.

This module has multi-purpose uses like it can take command from the user in voice, give the output in voice, it can take the query and also provide the result of the query in speaking or non-speaking way as the user demands.

Let's take a look at this module:

INSTALLATION:

pip install bonggoQuery

1. Take Command From the User :

INPUT:

import bonggoQuery

query = bonggoQuery.takeCommand()


2. Speaking the Query INPUT:

import bonggoQuery

bonggoQuery.speak("Hello World!")

3. Giving an answer to your custom Query in speaking:

INPUT:

import bonggoQuery

bonggoQuery.Query.normal_query.speaking("weather report")

4. Giving an answer to your custom Query in written:

INPUT:

import bonggoQuery

print(bonggoQuery.Query.normal_query.printing("weather report"))
      • Those are the main functions of this module. Basically, this module is designed to develop the voice assistant.

References


This article "BonggoQuery" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:BonggoQuery. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.