It is a short and simple deployment to tree data structure to run an auto completion program and then later display it in a web document editor.
- Combine C++ code with python app
- Add UI
- Basic Text Editor UI
- Show Suggestions aligned with Text
- Add additional functions like save, print, etc.
- Functionality
- Allow Enter key press
- Add paste functionality
- Add text style modification
- Make output responsive
- Remove random a suggestions
- Improve key press detection failure
Clone the repository on your windows PC and open app.py
- MinGW installed on your system and added to path. Get it here
- Flask is required to run this project. Get it using
pip install flask
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
- Anurag Verma - UI/UX and algorithms
Copyright (c) 2020, Anurag Verma. All rights reserved.