Giter Site home page Giter Site logo

shihabcodes / tkinter-text-editor Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 620 KB

This is a lightweight text editor built using Tkinter, a Python GUI toolkit. The text editor provides essential features such as creating new text documents, opening existing files, and saving content to text files. The user-friendly interface, coupled with keyboard shortcuts, makes it easy to create, edit, and manage text documents efficiently.

Python 100.00%
gui python text-editor tk tkinter tkinter-text-editor

tkinter-text-editor's Introduction

Simple Text Editor with Tkinter

A basic text editor built using Tkinter in Python. Allows users to create, open, and save text files with a clean and simple user interface.

Features

  • Create: Start a new text document.
  • Open: Load an existing text file into the editor.
  • Save: Save the content of the editor to a text file.
  • Keyboard Shortcuts: Use keyboard shortcuts (Ctrl + S to save, Ctrl + O to open) for quick actions.

Screenshots

Text Editor Screenshot

Getting Started

Prerequisites

  • Python 3.x
  • Tkinter library

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/text-editor-tkinter.git
  2. Navigate to the project directory:

    cd text-editor-tkinter
  3. Run the text editor:

    python main.py

Usage

  • Launch the application using the command mentioned above.
  • Use the "Save" button or Ctrl + S to save the current content to a text file.
  • Use the "Open" button or Ctrl + O to load an existing text file into the editor.
  • Create, edit, and save your text documents easily!

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the project.
  2. Create a new branch (git checkout -b feature/awesome-feature).
  3. Commit your changes (git commit -m 'Add awesome feature').
  4. Push to the branch (git push origin feature/awesome-feature).
  5. Open a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

tkinter-text-editor's People

Contributors

shihabcodes avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.