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.1.tar.gz
(2.6 kB
view hashes)
Built Distribution
Close
Hashes for oxautocompletion-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9c7e99babd4a3d6411486670440a822ee688b1ce6d8110ce371613872ebe3b88 |
|
MD5 | 7036144b76dbf6d1e7a1ba915d52d4b8 |
|
BLAKE2b-256 | 45ccdfafa8f5ea69bb8f2032ebf832e8f04c42acf746c65aa58ac1085d782d94 |