Metadata-Version: 2.1
Name: textworker
Version: 1.6a0
Summary: A simple, cross-platform text editor.
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Topic :: Text Editors
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

## Textworker
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

A simple and cross-platform Python text editor.

(This is an initial port of texteditor to use wxPython - not all features are implemented.)

<div align="center">
    <img src="textworker/icons/textworker.png">
    <img src="textworker/icons/textworker.Devel.png">
</div>

## Setup
Read the instruction on [BuildAndRun.md](BuildAndRun.md).

See all app releases [here.](https://github.com/lebao3105/texteditor/releases)
