- A "Highlight Selected Part of Text" is an application created in python with tkinter gui.
- In this application user first need to enter some pargraph in the text area given.
- Then user can select any part of text and click on highlight button to highlight them.
- And to un highlight the highlighted text, this can also be done using unhighlight button.
- python 3
- tkinter module
- from tkinter messagebox module
- User just need to download the file and run the highlight_selected_part_of_text.py on their local system.
- Now on the main window of the application, the user is allowed to enter any text or paragraph in given text area.
- After entering the text or paragraph in text area provided, when user selects any part of it and clicks on the highlights button, then the selected part will get highlighted with both different background and foreground colour.
- Also there is a clear button, clicking on which user can clears the input text area.
- Also there is an exit button, clicking on which exit dialog box appears asking for the permission of the user for closing the window.