fix-khmer-telegram
v1.0.1
Published
Fix Khmer font text rendering issues in Telegram Desktop on Windows
Downloads
297
Maintainers
Readme
Khmer Telegram Text Fix
Automatic tool to fix Khmer text rendering issues on Telegram Desktop for Windows.
Quick Usage for End Users
Via npm / npx (Node.js)
Anyone with Node.js installed can simply open Terminal / Command Prompt and run:
npx khmer-telegramVia pip (Python)
Anyone with Python installed can run:
pip install khmer-telegram
khmer-telegramHow to Publish to Cloud (npm & PyPI)
1. Publishing to npm (for npx khmer-telegram)
- Open your terminal in this folder (
D:\fixkhmertelegram). - Log in to your npm account (create one at npmjs.com if you haven't):
npm login - Publish your package:
npm publish --access public --otp=YOUR_6_DIGIT_CODE
Once published, anyone in the world can run npx khmer-telegram!
2. Publishing to PyPI (for pip install khmer-telegram)
- Open terminal in this folder (
D:\fixkhmertelegram). - Install build and twine tools:
pip install build twine - Build the package distribution:
python -m build - Upload to PyPI (create account at pypi.org):
python -m twine upload dist/*
Once published, anyone can install via pip install khmer-telegram!
