Skip to content

AdarshZolekar/Text-Editing-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text Editing Application

This repo contains a simple project of stack data structure implementing an undo/redo text editor and a CLI in Python.


Features

  • Make changes to document state
  • Undo last change
  • Redo undone change
  • CLI for interactive use

How to Run

  1. Clone the repository:

    git clone https://github.com/AdarshZolekar/Text-Editing-Application.git
  2. Run the script:

    • Open a terminal or command prompt.

    • Navigate to the project directory:

      cd Text-Editing-Application
    • Run the main script:

      python Undo-Redo Text Editor.py
    • Follow the on-screen instructions.


License

This project is open-source under the MIT License.


Contributions

Feel free to open issues or submit pull requests for improvements or bug fixes!

Back to Top

About

Simple Python editor with stack-based undo and redo functionality.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published