Notepad is the most common text editor used by almost all computer literate people. It is used to create simple documents. It saves files in plain text format (ANCI text) and supports only a few formatting options. And this software is a complete Notepad and more.
This software is a text editor in Python. This text
editor, developed in a Python platform, is a replication of the word editors we
all are familiar with and which we use quite often on a daily basis. The only
difference being that, this editor has been created using Tkinter for the
front-end interface and using Python for the back-end coding. The text edited
in the editor could be stored in the desired location.
This editor is a simple editor, very similar to
that of a notepad editor that extends the basic features to the end-user like:
File open: User can either open the files already existing in the system or open a
new blank file.
Files save: one can save the file in any desired location. The file is stored in the
location specified by the user.
Cut-Copy-Paste: This editor also lets the user cut-copy-paste the edited text.
Undo: The user is allowed to undo the text edited. This feature allows letter by
letter undo.
Find text: The user can search through the entire document edited using this feature
to locate the specified word(s). This is a search feature of the editor. The user
can find if the specified word is repeated in the document again using the “Find
Next” feature.
Font: This feature extends the user to change the font style of the edited text.
Theme: There are several themes are given in the software
like light, red, white etc. But most usable one is the Dark Theme.
Bold-Italic-Underline: This editor also lets the user Bold-Italic-Underline
the edited text.
Align Text: This editor also lets the user Align the text in right, left or center as user’s
desired.
Text Colour: User can select the text
colour as desired.
0 comments:
Post a Comment