Metadata-Version: 2.1
Name: textworker
Version: 1.6a1
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.

Stuffs you can do with this editor:
* Split tabs and rearrange them like VSCode (but it's a bit limited)
* Access to your files without opening File Explorer
* Run some tasks with Command Window
* Customizable interface
* Auto save! (for the current tab in this time)

<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) You can get wheels on [GitHub actions.](https://github.com/lebao3105/texteditor/actions).
