An open API service indexing awesome lists of open source software.

https://github.com/codercake/text-editor


https://github.com/codercake/text-editor

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Python Text Editor

This Python Text Editor is a simple application built using Python and its libraries to provide basic text editing functionalities. It serves as a starting point for those looking to understand how to create a text editor using Python.

## Features

- **Text Editing:** Create, open, edit, and save text files.
- **Basic Formatting:** Support for basic formatting such as bold, italics, and underline.
- **Syntax Highlighting:** Highlighting syntax for different programming languages.
- **Search and Replace:** Find and replace text within the document.
- **Customizable Interface:** Options to personalize the editor's interface and themes.

## Requirements

- Python 3.x
- Tkinter (Python's standard GUI library)

Editor looks like this>>
![image](https://github.com/codercake/simp-txt-editor-py/assets/117517206/9d9d4bef-80f3-4270-8cc8-1891b20601a9)