Text Editor-CS4shool.com
 
 
 

Text Editor

For editing plain text or text files, Text Editor software is used. Such application usually provides basic features of an editor such as various fonts, string searching, multiple font colors, and many more.Text editors are the most commonly used software for writing documentation, plain texts and project source codes. Notepad, Wordpad, etc. are some of the popular text editor tools with various features and options. Each text editor has unique features and options of its own. Some (old text editors) support just plain text while others (new text editors) support advanced features such as adding images, files, links, and many more. But it depends upon the complexity one wants to include in project.

Project Modules: This proposed Text Editor is a simple software with minimum features. More modules and features can be added in the project to make it more advanced. The features of this text editor can be outlined as:
  • Create new documents or text files
  • Open existing documents or text files
  • Save and Save as options
  • Saving files/documents in different formats
  • Copy, Cut and Paste file in different location
  • Insert words
  • Find and replace text within the document
  • Select directory while saving the document
Software to be used:
  • Python 3.x installation
  • IDE such as Spyder or PyCharm for project development (Optional)
  • MySQL for storing information
  • TKinter

Technical Stack:

  • Front End
    • TKinter
  • Back End
    • Python as business layer
    • MySQL as database
 
UtilityProjectTkinter