This repo contains a simple project of stack data structure implementing an undo/redo text editor and a CLI in Python.
- Make changes to document state
- Undo last change
- Redo undone change
- CLI for interactive use
-
Clone the repository:
git clone https://github.com/AdarshZolekar/Text-Editing-Application.git
-
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.
-
This project is open-source under the MIT License.
Feel free to open issues or submit pull requests for improvements or bug fixes!