https://github.com/imdeepmind/python-completes-you
PCY: Python Completes You
https://github.com/imdeepmind/python-completes-you
autocomplete python tree-structure
Last synced: 2 months ago
JSON representation
PCY: Python Completes You
- Host: GitHub
- URL: https://github.com/imdeepmind/python-completes-you
- Owner: imdeepmind
- License: mit
- Created: 2021-04-11T14:03:21.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-08T14:22:10.000Z (about 5 years ago)
- Last Synced: 2026-02-18T01:31:58.057Z (4 months ago)
- Topics: autocomplete, python, tree-structure
- Language: CSS
- Homepage: https://imdeepmind.com/python-completes-you/
- Size: 22.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```