Skip to content

MisbahAN/Notepad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Notepad

A simple text editor built with Python and Tkinter. This app provides basic text editing features such as creating new files, opening and saving text documents, and common text manipulation options like Cut, Copy, and Paste.

Features

  • Create: Start a new text document.
  • Open: Open existing text files.
  • Save: Save the current document to a file.
  • Text Operations: Cut, Copy, and Paste text within the editor.
  • Help: Access information about the application.

Requirements

  • Python 3.x
  • Tkinter (pre-installed with Python)

How to Run

  1. Clone the repository or download the Notepad.py file.
  2. Open a terminal or command prompt.
  3. Navigate to the directory containing Notepad.py.
  4. Run the application with:
    python Notepad.py
    

How It Works

  • Text Area: A Text widget is used for typing and editing text.
  • Menu Bar: Provides options to create new files, open existing files, save files, and edit text.
  • File Handling: Allows the user to open and save files in .txt format.
  • Cut, Copy, Paste: The app supports standard text-editing features like Cut, Copy, and Paste through the Edit menu.

About

Notepad is a simple text editor built using Python and Tkinter. It allows users to create, edit, save, and open text files. The app features common text-editing functionalities such as cut, copy, paste, and the ability to open and save files with a straightforward graphical interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages