8000 GitHub - SagarBiswas-MultiHAT/Simple_Text_Editor: A Python-based Simple Text Editor using Tkinter. It features basic file operations like New, Open, Save, Save As, and Exit. Includes an About dialog, a status bar to display file status, and supports keyboard shortcuts. Ideal for small text editing tasks with a user-friendly GUI.
[go: up one dir, main page]

Skip to content

A Python-based Simple Text Editor using Tkinter. It features basic file operations like New, Open, Save, Save As, and Exit. Includes an About dialog, a status bar to display file status, and supports keyboard shortcuts. Ideal for small text editing tasks with a user-friendly GUI.

Notifications You must be signed in to change notification settings

SagarBiswas-MultiHAT/Simple_Text_Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Simple Text Editor

A lightweight text editor built with Python's Tkinter library. This editor provides basic functionalities such as creating new files, opening existing files, saving files, and displaying file information. It is simple, intuitive, and ideal for small text editing tasks.

Features

  • New File: Start a new document.
  • Open File: Open and edit existing text files.
  • Save File: Save your current work.
  • Save As: Save the file with a new name or location.
  • About: Display information about the editor.
  • Exit: Close the application.
  • Keyboard Shortcuts: Supports Ctrl+S for quick save.
  • Status Bar: Displays the current file name or status.

Requirements

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

Installation

  1. Clone the repository:
    git clone https://github.com/SagarBiswas-MultiHAT/simple-text-editor.git
  2. Navigate to the project directory:
    cd simple-text-editor

Usage

  1. Run the script:
    python script.py
  2. Use the menu options to create, open, or save files.
  3. The status bar displays the current file status.

Example

  • Create a new file by selecting File > New.
  • Open an existing file by selecting File > Open.
  • Save your work using File > Save or Ctrl+S.

Contributions are welcome! Feel free to open issues or submit pull requests.

About

A Python-based Simple Text Editor using Tkinter. It features basic file operations like New, Open, Save, Save As, and Exit. Includes an About dialog, a status bar to display file status, and supports keyboard shortcuts. Ideal for small text editing tasks with a user-friendly GUI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0