This is a simple yet feature-rich text editor application developed in Python using the Tkinter library for the graphical user interface (GUI). The application provides various text formatting options and supports functionalities like saving, opening, and searching within the text.
Graphical User Interface (GUI): The application utilizes Tkinter library to provide an intuitive and user-friendly interface for text editing.
Text Formatting: Users can format text with options for bold, italic, and underline, along with font selection.
File Operations: Users can save and open text files, enabling them to work on multiple documents seamlessly.
Search Functionality: The application allows users to search for specific text within the document.
Cross-Platform Compatibility: The text editor is designed to run on different operating systems without any additional configuration.
git clone https://github.com/imsuraj675/MyNote
cd MyNote
python My_Note.py
Upon launching the application, you'll be presented with a text editor window. Use the various formatting options provided in the toolbar to format your text.
- To save your document, click on the "File" menu and select "Save" or "Save As".
- To open an existing document, click on the "File" menu and select "Open".
- Use the search functionality located in the toolbar to find specific text within the document.
- To add formattings, select the required text, right click to open the popup menu and select the desired formatting.
- Python 3.x
- Tkinter library (usually included with Python installation)
- sqlite3 library (usually included with Python installation)
Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request with your changes.