Skip to main content

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 :


Follow me

Project details


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)

Uploaded Source

Built Distribution

oxautocompletion-0.0.2-py3-none-any.whl (2.8 kB 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