Metadata-Version: 2.1
Name: txt2mobi3-app
Version: 0.1.5
Summary: A PyQt5 application for converting Chinese novel txt files into Kindle mobi files.
Home-page: https://github.com/renweizhukov/txt2mobi3_app
Author: Wei Ren
Author-email: renwei2004@gmail.com
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/renweizhukov/txt2mobi3_app/issues
Project-URL: Source, https://github.com/renweizhukov/txt2mobi3_app
Project-URL: Documentation, https://github.com/renweizhukov/txt2mobi3_app
Keywords: txt mobi python3 pyqt5
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Text Processing :: General
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3
Requires-Dist: fbs
Requires-Dist: PyQt5
Requires-Dist: setuptools
Requires-Dist: txt2mobi3

txt2mobi3_app
=============

Create a simple PyQt5 application for converting Chinese txt files into
mobi files. It wraps
`txt2mobi3 <https://github.com/renweizhukov/txt2mobi3>`__. Since it
supports Chinese only, the documentation and the code comments are
written in Chinese.

1. 安装和运行
-------------

1.1. 从PyPI安装和运行：
~~~~~~~~~~~~~~~~~~~~~~~

.. code:: bash

    $ pip install txt2mobi3_app
    $ txt2mobi3_app

1.2. 从安装包：
~~~~~~~~~~~~~~~

TODO

2. README.rst
-------------

README.rst is generated from README.md via ``pandoc``.

.. code:: bash

    $ pandoc --from=markdown --to=rst --output=README.rst README.md


