Skip to content

dev-saw99/WordProcessor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordProcessor


WordProcessor is a basic text editor. It is based on python PyQt5.
It can be used to do some basic tasks like editing text files.
It is capable of detecting spelling errors in English language and will be able to suggest words after updates.

WordProcessor

WordProcessor

For images of UI click here

Dependencies

  • Python
  • PyQT5
  • NLTK

Execution

Installing dependencies
  • Use requirements.txt to install dependencies
    • Clone the repository
    • Open terminal/cmd in the current folder
      pip install -r requirements.txt
      

OR

  • Install all the dependencies
    • To download Python click here [Windows]
    • Linux has builtin Python 3.7
    • pip install PyQt5  
      
      pip install nltk
      
  • Clone the repository
  • Move to the folder in command line and run:
    python index.py   //windows
    
    python3 index.py  //linux