Py-TextEditor
</img>
A pure python based text editor.Small in size and Can easily be integrated as an alternative to os default text editor(s).
Supports a whole lot of features that are not available in Default text editors( Notepad[windows], Gedit[unix], and a few moreβ¦!).
Those include:
-
Intuitive GUI : Thanks to TKinter for a Responsive, user friendly, Space efficient interface for enhanced experience.
-
Translation (Visually Impaired): Text to speech translation(gtts based), live audio support for the differently abled.
languages supported : English, Italian, Chinese, German, Spanish, Hindi(beta). -
Translation (Multilingual): Text to text translation(native goslate translate)
languages supported : English, Italian, Chinese, German, Spanish, Hindi(beta). -
Dictionary support (pyDictionary based): Find dictionary meaning of any word hassle-free, while typing.
-
Morse translation (native): This feature includes text to morse, as well as morse to text translation.
Haptic Feedback and Closed Caption devices supported -
Size: 16.0 KB (16,384 bytes)
``
Packages and Pre-requisites: pip install requirements.txt
Python (v3.2 or above), Internet connection(recommended)
-
Tkinter
pip install tkinter -
Gtts (Google text-to-speech)
pip install gtts -
PyDictionary
pip install PyDictionary -
goslate
pip install goslate
Test: https://travis-ci.org/abhinavkavuri/Py-TextEditor.svg?branch=master
Suggestions? Open an issue on this repository