Metadata-Version: 2.1
Name: ptextpad
Version: 0.1.0a1
Summary: ptextpad
Home-page: https://github.com/ffreemt/ptextpad
License: MIT
Author: ffreemt
Requires-Python: >=3.8.3,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: PyQt5 (>=5.15.7,<6.0.0)
Requires-Dist: cchardet (>=2.1.7,<3.0.0)
Requires-Dist: chardet (>=4.0.0,<5.0.0)
Requires-Dist: fastlid (>=0.1.7,<0.2.0)
Requires-Dist: html2text (>=2020.1.16,<2021.0.0)
Requires-Dist: icecream (>=2.1.1,<3.0.0)
Requires-Dist: install (>=1.3.5,<2.0.0)
Requires-Dist: logzero (>=1.7.0,<2.0.0)
Requires-Dist: nose (>=1.3.7,<2.0.0)
Requires-Dist: pandas (>=1.4.3,<2.0.0)
Requires-Dist: pysrt (>=1.1.2,<2.0.0)
Requires-Dist: pysubs2 (>=1.4.2,<2.0.0)
Requires-Dist: python-docx (>=0.8.11,<0.9.0)
Requires-Dist: radio-mlbee-client (>=0.1.0a0,<0.2.0)
Requires-Dist: set-loglevel (>=0.1.2,<0.2.0)
Project-URL: Repository, https://github.com/ffreemt/ptextpad
Description-Content-Type: text/markdown

# ptextpad
[![pytest](https://github.com/ffreemt/ptextpad/actions/workflows/routine-tests.yml/badge.svg)](https://github.com/ffreemt/ptextpad/actions)[![python](https://img.shields.io/static/v1?label=python+&message=3.8%2B&color=blue)](https://www.python.org/downloads/)[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)[![PyPI version](https://badge.fury.io/py/ptextpad.svg)](https://badge.fury.io/py/ptextpad)

a parallel text editor

## Install it

```shell
pip install ptextpad --upgrade
# pip install git+https://github.com/ffreemt/ptextpad
# poetry add git+https://github.com/ffreemt/ptextpad
# git clone https://github.com/ffreemt/ptextpad && cd ptextpad
```

## Use it
```python
from ptextpad import ptextpad

# or
# ptextpad
```

