An open API service indexing awesome lists of open source software.

https://github.com/lonsty/lotecc

项目文件轻松简繁转换。Convert files between Simplified Chinese and Traditional Chinese.
https://github.com/lonsty/lotecc

chinese-translation

Last synced: 5 months ago
JSON representation

项目文件轻松简繁转换。Convert files between Simplified Chinese and Traditional Chinese.

Awesome Lists containing this project

README

          

======
LoteCC
======

.. image:: https://img.shields.io/pypi/v/lotecc.svg
:target: https://pypi.python.org/pypi/lotecc

.. image:: https://img.shields.io/travis/lonsty/lotecc.svg
:target: https://travis-ci.org/lonsty/lotecc

.. image:: https://readthedocs.org/projects/lotecc/badge/?version=latest
:target: https://lotecc.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

`LoteCC`_ is a tool to convert files between Simplified Chinese and Traditional Chinese.

* Free software: MIT license
* Documentation: https://lotecc.readthedocs.io.

Features
========

* **File or whole project**: can convert a single file or all files in your project.
* **Patterns to ignore**: use .gitignore syntax to exclude unwanted files.

Credits
=======

* The implement of Simplified and Traditional Chinese conversion depends on `opencc-python`_.

* This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _LoteCC: https://github.com/lonsty/lotecc
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
.. _`opencc-python`: https://github.com/yichen0831/opencc-python