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.
- Host: GitHub
- URL: https://github.com/lonsty/lotecc
- Owner: lonsty
- License: mit
- Created: 2020-04-24T03:24:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-15T17:51:02.000Z (over 4 years ago)
- Last Synced: 2025-09-03T03:52:04.595Z (10 months ago)
- Topics: chinese-translation
- Language: Python
- Homepage: https://lotecc.readthedocs.io/
- Size: 263 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
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