Skip to main content

Library for auto complete in Python. It comes with set of standard english words for quick start.

Project description

Pyauto-compl

Pyauto-compl - library for auto complete in Python. It comes with set of standard english words for quick start.

Quick start

pip install pyauto-compl
from autocompl.compl import AutoComplete 

compl = AutoComplete() # Gonna load minified words, around 274411 words
print("Loaded words")
completions = compl.get_completions("appl") # Returns list of completions
print(completions)

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyauto-compl-0.1.tar.gz (1.9 MB view hashes)

Uploaded Source

Built Distribution

pyauto_compl-0.1-py3-none-any.whl (1.9 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page