Skip to content

A short web based text editor that suggests words based on the input for auto completion

License

Notifications You must be signed in to change notification settings

whoanuragverma/word-predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word Predictor

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.

Targets

  • 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

Installation

Clone the repository on your windows PC and open app.py

Pre-requisite

  1. MinGW installed on your system and added to path. Get it here
  2. Flask is required to run this project. Get it using
    pip install flask

Contributing

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.

Contributors

  • Anurag Verma - UI/UX and algorithms

Copyrights

Copyright (c) 2020, Anurag Verma. All rights reserved.

License

MIT

About

A short web based text editor that suggests words based on the input for auto completion

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published