ssut/py-googletrans

(unofficial) Googletrans: Free and Unlimited Google translate API for Python. Translates totally free of charge.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 54 minutes ago
Added to GitGenius on September 16th, 2026
Created on June 5th, 2015
Open Issues & Pull Requests: 11 (+0)
GitHub issues: Enabled
Number of forks: 740
Total Stargazers: 4,283 (+0)
Total Subscribers: 69 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 8.0 days
Mean response time: 46.4 days
90th percentile: 135.3 days
Tracked items: 50

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 5
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 282 days
Stale 30+ days: 4
Stale 90+ days: 4

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • resolved in 4.0.0 (24)
  • wontfix (10)
  • pinned (4)
  • in progress (2)
  • bug (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

py-googletrans is a Python library that provides free access to Google Translate functionality without requiring an API key or incurring costs.

The library solves the problem of programmatically translating text when official Google Translate APIs are unavailable or too expensive. It works by interfacing with Google's translation service directly, allowing developers to translate text between languages without authentication or billing. The tool handles the underlying HTTP communication and response parsing needed to send text to Google's servers and retrieve translations.

Developers should choose this library if they need simple, cost-free translation capabilities in Python applications and can accept the trade-off of relying on an unofficial interface that may change if Google alters its service. It suits projects with modest translation requirements where the simplicity and zero-cost nature outweigh concerns about stability guarantees. The library is particularly useful for scripts, small applications, or prototypes where integrating official paid APIs is impractical.

The project shows consistent maintenance with regular updates addressing compatibility issues and service changes. Pull requests receive timely review and integration. The maintainer actively responds to issues and incorporates user feedback into releases. Documentation is maintained alongside code updates. The project demonstrates responsiveness to breaking changes in Google's underlying service, with fixes deployed to keep the library functional.