Skip to content

Green Notepad is a simple text editor application created using Python's Tkinter library. It provides basic functionality for creating, editing, and saving text files. The user interface features a green theme and includes options to save and open text files.

Notifications You must be signed in to change notification settings

secusavvy/Green_Notpad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Green Notepad

Overview

Green Notepad is a simple text editor application developed using Python's Tkinter library. Featuring a distinctive green-themed design, this application allows users to create, edit, and save text files with a straightforward and intuitive interface.

Features

  • Create and Edit Text: Offers a text editing area where users can type and modify text.
  • Save Files: Enables users to save their work to a text file with a .txt extension.
  • Open Files: Allows users to open and read content from existing text files.
  • User-Friendly Interface: Designed with a green color scheme and basic controls for an easy-to-navigate experience.

User Interface

The text editor interface consists of:

  • A text widget for input and display of text content.
  • A "Save your file" button to save the current text to a file.
  • An "Open your file" button to load and display text from a file.
  • A green-themed design to provide a pleasant user experience.

Dependencies

This project requires the Tkinter library, which is included with standard Python installations.

Usage

  1. Open a File: Click the "Open your file" button to browse and load a text file.
  2. Edit Text: Type or modify the text in the provided text widget.
  3. Save Your Work: Click the "Save your file" button to save the current content to a new or existing text file.

About

Green Notepad is a simple text editor application created using Python's Tkinter library. It provides basic functionality for creating, editing, and saving text files. The user interface features a green theme and includes options to save and open text files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages