Skip to content

hardope/tk-file-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Simple Text Editor

This is a simple text editor application built using Python's Tkinter library.

Setup Instructions

Windows:

  1. Install Python: Download and install Python from the official Python website. Ensure to select the option to add Python to your system's PATH during installation.

  2. Install Tkinter: Tkinter is usually included with Python on Windows. If not installed, you can install it using pip:

  3. Clone Repository: Clone this repository to your local machine using Git:

  4. Navigate to Directory: Change your current directory to the repository's directory:

  5. Run the Text Editor: Execute the text_editor.py file using Python:

Linux:

  1. Install Python: Most Linux distributions come with Python pre-installed. If not, install it using your package manager (e.g., apt):

  2. Install Tkinter: Tkinter is usually included with Python on Linux. If not installed, install it using the package manager:

  • Debian/Ubuntu:

    sudo apt update
    sudo apt install python3-tk
    
  1. Clone Repository: Clone this repository to your local machine using Git:

  2. Navigate to Directory: Change your current directory to the repository's directory:

  3. Run the Text Editor: Execute the text_editor.py file using Python:

macOS:

  1. Install Python: macOS typically comes with Python pre-installed. If you need to install it, you can use Homebrew or download it from the official Python website.

  2. Install Tkinter: Tkinter is usually included with Python on macOS. If not installed, you can install it using Homebrew:

  3. Clone Repository: Clone this repository to your local machine using Git:

  4. Navigate to Directory: Change your current directory to the repository's directory:

  5. Run the Text Editor: Execute the text_editor.py file using Python:

Usage

  • File Menu: Use the File menu to create new files, open existing files, save files, or exit the application.
  • Options Menu: Use the Options menu to toggle autosave, highlight text, or select all text.

Dependencies

  • Python 3.x
  • Tkinter (usually included in standard Python installations)

Usage

  • File Menu: Use the File menu to create new files, open existing files, save files, or exit the application.

Dependencies

  • Python 3.x
  • Tkinter (usually included in standard Python installations)

About

A simple File editor GUI using tkinter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages