1 Star 4 Fork 1

Abdusalamstd / ugreshaper

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

ugreshaper

Text reshaper for ug-language. بۇ تېكىستنى ئەسلىگە كەلتۈرۈش بولىقى

Ishlitish Usuli

Windows:          pip install ugreshaper
Ubuntu18:         pip3 install ugreshaper

from ugreshaper import ugreshaper
re = ugreshaper()
reshaped_text = re.reshape( text )

Qachilap bolup:

from googletrans import Translator

from ugreshaper import ugreshaper

tr = Translator(service_urls=['translate.google.cn'])
txt = tr.translate('Hello world. This is a text reshaper package',dest='ug',src='en')
txt = txt.text   # Original text
print(txt) #asli text
re = ugreshaper()
ans = re.reshape(txt) # Reshaped text
print(ans) #pichimlanghan text

Sample: Code
Answear

空文件

简介

将·维文文本转换为Unicode,以便正常显示文本。تېكسىت پىچىملاش 展开 收起
Python
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Python
1
https://gitee.com/abdusalamstd/ugreshaper.git
git@gitee.com:abdusalamstd/ugreshaper.git
abdusalamstd
ugreshaper
ugreshaper
master

搜索帮助