Skip to content

iampiyushjain/Text-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📝 Text-Editor

Table of Contents

  1. About
  2. Technologies Used
  3. Prerequisite
  4. Demo
  5. Contributing
  6. License

About

This is a simple text editing application in Python, which supports the basic text operations like Cut, Copy, Paste, Undo, Redo, and also basic file operations like New, Save, and Open. It has some great features like Unlimited Undo and Redo Operations, Night-mode.

This was developed for exploring the Python GUI and to enhance my DSA skills.

Technologies Used

  • Python
  • Tkinter( Python GUI toolkit)

Prerequisite

  • Python3
  • Pip3
  • tkinter
  • window

Demo

  • This is how the text-editor looks like. You can write, edit and delete content in your file.

enter image description here

  • This is the dark mode which helps you to write in low light.

enter image description here

  • The best feature of the application is Unlimited Undo/Redo operations.

enter image description here

Contributing

Please see CONTRIBUTING.md for more details. Or feel free to reach out to me via mail

License

Text Editor is licensed under MIT license. Please see LICENSE.md for more details.

Releases

No releases published

Packages

No packages published

Languages