Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/imdeepmind/python-completes-you

PCY: Python Completes You
https://github.com/imdeepmind/python-completes-you

autocomplete python tree-structure

Last synced: 18 days ago
JSON representation

PCY: Python Completes You

Awesome Lists containing this project

README

        

# PCY: Python Completes You

A **super-fast** **Python** based **Autocomplete** library that autocomplete incomplete words using various methods like dictionary lookup, ML based models, etc.

For more information, please check the official documentation at [https://imdeepmind.com/python-completes-you/](https://imdeepmind.com/python-completes-you/)

## Installation
Run the following command

```bash
pip install pcy
```