Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

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
    

Releases

No releases published

Packages

No packages published

Contributors 3

Languages

AltStyle によって変換されたページ (->オリジナル) /