Skip to main content

Excel Translate

Project description

Excel_Trans 2022

Developed by Quvonchbek Bobojonov (c) 2022

Examples of How To Use (Buggy Alpha Version)

install

pip install excel-trans==1.22.1

Uzbek Translate

from Excel_Trans import Translator



trans = Translator()



#Uzbek Translate



trans.UzbekTranslate(file='test.xlsx', to_variant='latin', save_file='test1.xlsx')



# get supported variants



print(trans.variant())

Global Translate

from Excel_Trans import Translator

trans = Translator()



#Global Translate



trans.GlobalTranslate(file='test.xlsx', target='ru', save_file='test1.xlsx')



#get supported languages



trans.get_supported_languages(as_dict=True)

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

Excel_Trans-1.22.1-py3-none-any.whl (18.2 kB view hashes)

Uploaded Python 3

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