Giter Site home page Giter Site logo

wordprocessor's Introduction

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
    

wordprocessor's People

Contributors

dev-saw99 avatar himanshu07070 avatar satanb4 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

wordprocessor's Issues

Add to dictionary

Add new words to the dictionary.
If the user wants to add the particular word in the dictionary for further uses.

Auto Correct

Autocorrect the spellings according to the suggestion for the incorrect words.

Spell Suggestion

We need to implement an algorithm for spelling suggestions, for all the incorrect words displayed in the error box.

Testing Framework

Need to integrate LGTM and TravisCI for better testing as well as getting an initial release out of the door. Interested in such an undertaking?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.