Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/imdeepmind/python-completes-you
- Owner: imdeepmind
- License: mit
- Created: 2021-04-11T14:03:21.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-08T14:22:10.000Z (over 3 years ago)
- Last Synced: 2024-11-09T08:47:30.521Z (2 months ago)
- Topics: autocomplete, python, tree-structure
- Language: CSS
- Homepage: https://imdeepmind.com/python-completes-you/
- Size: 22.8 MB
- Stars: 0
- Watchers: 2
- 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
```