A Handy Package to add Auto-Completion
Project description
0xAutoCompletion
A Handy Package to add Auto-Completion
Installation :
From pip :
pip3 install oxautocompletion
From source :
git clone https://github.com/0x68616469/oxautocompletion/
Requirements :
oxansi (downloaded automatically with pip)
Example :
from oxautocompletion import complete
wordlist = ["John", "Jarvis", "Patrick", "Kevin", "Angela", "Laura"]
print("Name :")
word = complete(wordlist, case_sensitive=False)
print(f"Hi {word}")
result :
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
Built Distribution
File details
Details for the file oxautocompletion-0.0.2.tar.gz
.
File metadata
- Download URL: oxautocompletion-0.0.2.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9a6e27e0b63f5c132149b7cde98d7a97817b02e320f8940d5cb4d16634fedde0 |
|
MD5 | 513d1fa58373e13b8ecf231a4dfdfff5 |
|
BLAKE2b-256 | 26b42a41dc7835c20030e2a683737f26d76f36780733343d80499fff6ff1997b |
File details
Details for the file oxautocompletion-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: oxautocompletion-0.0.2-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b04e6349e3ced7dd1f9972295e84bb0bd83c370636a841072a6c664c8506862 |
|
MD5 | d60435a15b0a86530e8d40b9e7149617 |
|
BLAKE2b-256 | 5ad3fef73c717fda760af82f13eff9ff33fe27512334260a3569d34c24b755f7 |