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
oxautocompletion-0.0.2.tar.gz
(2.6 kB
view hashes)
Built Distribution
Close
Hashes for oxautocompletion-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b04e6349e3ced7dd1f9972295e84bb0bd83c370636a841072a6c664c8506862 |
|
MD5 | d60435a15b0a86530e8d40b9e7149617 |
|
BLAKE2b-256 | 5ad3fef73c717fda760af82f13eff9ff33fe27512334260a3569d34c24b755f7 |