Skip to content

A simple text editor with a GUI that grades your composition. GUI is built on Python tkinter. The composition is graded via algorithms based on textstat and developed further.

Notifications You must be signed in to change notification settings

amitabhadey/texteditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text Editor

A simple text editor with a GUI that grades your composition. GUI is built on Python tkinter. Composition is graded via algorithms based on textstat and developed further.

Getting Started

Clone the repository to your local machine, and run the TextEditor.py file.

Prerequisites

  1. You need to have a Python Environment set up in your local machine
  2. You need to pip install the following libraries - tkinter
  3. Tkinter comes pre-installed with the Python installer binaries for Mac OS X and the Windows platform.
  4. You may also need to update the version of your numpy.

Installing

Locate the Scripts folder -> Run the terminal in that directory -> Execute the command:

pip install textstat

To run the text editor, locate the folder (repo) that you have cloned -> Run the terminal in that directory -> Execute the commmand:

python TextEditor.py

Built With

Author(s)

License

This project is licensed under Attribution 4.0 International (CC BY 4.0)

Acknowledgments

About

A simple text editor with a GUI that grades your composition. GUI is built on Python tkinter. The composition is graded via algorithms based on textstat and developed further.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published