Complete
Complete is a Python library to autocomplete questions using search engines
Installation
Use the package manager pip to install complete.
pip install complete
Usage
from complete import AutoComplete as AC
results=AC.google_complete("how to")
#returns ['how to lose weight', 'how to increase height',..]
For asynchronous usage
from complete import AioAutoComplete as AC
async def main():
results=await AC.google_complete("how to")
#returns ['how to lose weight', 'how to increase height',..]
Supported Engines
The library currently supports:
- Google [google_complete]
- YouTube [youtube_complete]
- DuckDuckGo [duckduckgo_complete]
- Bing [bing_complete]
License
Release files for complete 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| complete-0.0.1.tar.gz | 2.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| complete-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.3 kB
Release files / complete-0.0.1.tar.gz
| Download URL | complete-0.0.1.tar.gz |
|---|---|
| Size | 2.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cb18fab6ca158fd1d2c4014a11ba018fe4c223f9f2ffc8d925f0456f57bb0452
|
|
BLAKE2b-256 checksum How to use checksums |
4ef4c3bd2443dd19e6dd2b283b9edd1153a2255ed839471f2a80b1f9c9380818
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.4
|
Release files / complete-0.0.1-py3-none-any.whl
| Download URL | complete-0.0.1-py3-none-any.whl |
|---|---|
| Size | 2.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
58538d2c25115dc75015e43fcef361ab7fb1c7a34a66fbc94b0a1648f428560d
|
|
BLAKE2b-256 checksum How to use checksums |
e50d722d72eec2c00c8e00abf6ded8f9d344fcc0a168791b05cb58a89dac7a0a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.4
|