Skip to content

imsuraj675/MyNote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Text Editor Application (MyNote)

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.

Features

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.

Installation

Clone the repository:

git clone https://github.com/imsuraj675/MyNote

Navigate to the project directory:

cd MyNote

Run the application:

python My_Note.py

Usage

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.

Dependencies

  • Python 3.x
  • Tkinter library (usually included with Python installation)
  • sqlite3 library (usually included with Python installation)

Contributing

Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request with your changes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages