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.
Clone the repository to your local machine, and run the TextEditor.py file.
- You need to have a Python Environment set up in your local machine
- You need to pip install the following libraries - tkinter
- Tkinter comes pre-installed with the Python installer binaries for Mac OS X and the Windows platform.
- You may also need to update the version of your numpy.
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
This project is licensed under Attribution 4.0 International (CC BY 4.0)
- Keith Galli and Tutorials Teacher - for helping me understand the full potential of Tkinter