Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/legopitstop/mclang
Read and write to .lang files.
https://github.com/legopitstop/mclang
bedrock-edition lang language minecraft pypi python pythonpackage translate
Last synced: about 1 month ago
JSON representation
Read and write to .lang files.
- Host: GitHub
- URL: https://github.com/legopitstop/mclang
- Owner: legopitstop
- License: mit
- Created: 2023-07-03T23:53:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-15T03:57:14.000Z (8 months ago)
- Last Synced: 2024-08-29T10:37:28.348Z (4 months ago)
- Topics: bedrock-edition, lang, language, minecraft, pypi, python, pythonpackage, translate
- Language: Python
- Homepage: https://pypi.org/project/mclang/
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# mclang
Create or open Minecraft: Bedrock Edition `.lang` files.## Install
```
pip install mclang
```## Features
- Read and write to `.lang` files.
- add translation support to your Python application.See the docs for more information.