Skip to main content

Text reshaper package

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ugreshaper-0.0.3.tar.gz (4.3 kB view details)

Uploaded Source

Built Distribution

ugreshaper-0.0.3-py3-none-any.whl (4.8 kB view details)

Uploaded Python 3

File details

Details for the file ugreshaper-0.0.3.tar.gz.

File metadata

  • Download URL: ugreshaper-0.0.3.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.4.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.7.1

File hashes

Hashes for ugreshaper-0.0.3.tar.gz
Algorithm Hash digest
SHA256 9d558b8c0765955d22c2c11ba66047aa3067c998ace4c66d021cf2d323f500a6
MD5 0a2026759c9a0df9ca307ca72fcdd258
BLAKE2b-256 aa1de861cc9daa37933e7a3aeb24f48985ba51d18edcc2ebc8e47d178d579345

See more details on using hashes here.

File details

Details for the file ugreshaper-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: ugreshaper-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 4.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.4.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.7.1

File hashes

Hashes for ugreshaper-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 0840a430868c6d3d7b408614bb37d7a80dc6c1ea047630b06dcbe6b4558e03eb
MD5 2915a8e5233d1b072efafe4a90ab97cf
BLAKE2b-256 7d5ccb4d9a6974e27361a13e64a6b10c1d2f7ecf963144bf89f7f94e944e0fe9

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page