A Python library to autocomplete questions using search engines
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
complete-0.0.1.tar.gz
(2.1 kB
view details)
Built Distribution
File details
Details for the file complete-0.0.1.tar.gz
.
File metadata
- Download URL: complete-0.0.1.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cb18fab6ca158fd1d2c4014a11ba018fe4c223f9f2ffc8d925f0456f57bb0452 |
|
MD5 | 9cd79e9607ffbb38bdf8f8eaa3fc72dd |
|
BLAKE2b-256 | 4ef4c3bd2443dd19e6dd2b283b9edd1153a2255ed839471f2a80b1f9c9380818 |
File details
Details for the file complete-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: complete-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 58538d2c25115dc75015e43fcef361ab7fb1c7a34a66fbc94b0a1648f428560d |
|
MD5 | 3e6f0211d0713a1f3e19ec610d007e95 |
|
BLAKE2b-256 | e50d722d72eec2c00c8e00abf6ded8f9d344fcc0a168791b05cb58a89dac7a0a |