Skip to main content

Calculate sign string for google translate and baidu translate

Project description

google-sign

Python 3637 package codecov PyPI versionstatus

Calculate sign string for google translate and baidu translate

Installation

pip install google-sign

python -c "from google_sign import google_sign; print(google_sign('test'))"
476257.126138

Usage

from google_sign import google_sign, js2py_sign, GTK

sign = google_sign('test')  #
print(sign)  # '476257.126138'

# for baidu translate text upto 30
sign = google_sign('test', GTK)  #
print(sign)  # '431039.159886'

# for baidu translate text longer than 30
sign = google_sign('test ' * 10)
print(sign)  # '403909.183028'

sign = google_sign('test ' * 10, GTK)
print(sign)  # ditto

Acknowledgments

  • Thanks to everyone whose code was used

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

google-sign-0.0.2.tar.gz (4.4 kB view hashes)

Uploaded Source

Built Distribution

google_sign-0.0.2-py3-none-any.whl (5.6 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