https://github.com/codercake/text-editor
https://github.com/codercake/text-editor
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codercake/text-editor
- Owner: codercake
- Created: 2024-01-05T08:00:51.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-05T08:07:21.000Z (about 2 years ago)
- Last Synced: 2025-01-12T16:07:07.162Z (about 1 year ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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>>
