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
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 details)
Built Distribution
File details
Details for the file pyauto-compl-0.1.tar.gz
.
File metadata
- Download URL: pyauto-compl-0.1.tar.gz
- Upload date:
- Size: 1.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a20868cac1374e24f41d75cc3817380beac39843dd76d0cf6cd61a81c6fd7fb |
|
MD5 | 0c14eb73af824c4c71d8b6a225ff57e7 |
|
BLAKE2b-256 | fb4d257346f667d7b7d5d2624a5671cec0681f7f067d18afb8b126ea3d32994d |
File details
Details for the file pyauto_compl-0.1-py3-none-any.whl
.
File metadata
- Download URL: pyauto_compl-0.1-py3-none-any.whl
- Upload date:
- Size: 1.9 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6f611d56a34ca264fbc3f7d0f929e44feba2d44f2d398c2f4736416663e751b8 |
|
MD5 | 25c08376464df832e5c8a4752833462c |
|
BLAKE2b-256 | 8323cb0ace52165a55fd4be4433d9cd0b0dda6ea81c494f0b07125905db9dc42 |