{"id":15009182,"url":"https://github.com/mytja-archive/gtts-wrapper","last_synced_at":"2025-10-03T18:30:45.115Z","repository":{"id":82581949,"uuid":"278907765","full_name":"mytja-archive/gTTS-wrapper","owner":"mytja-archive","description":"gTTS wrapper for Easy transition from Talkey library","archived":true,"fork":false,"pushed_at":"2021-01-28T09:40:13.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-09-28T16:40:56.231Z","etag":null,"topics":["gtts","gtts-wrapper","library","python","python2","python27","python3","talkey-library","transition","wrapper"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mytja-archive.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-11T17:16:09.000Z","updated_at":"2023-01-28T10:52:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"925bc979-67e2-4088-aab7-60c7e9f4c112","html_url":"https://github.com/mytja-archive/gTTS-wrapper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mytja-archive%2FgTTS-wrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mytja-archive%2FgTTS-wrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mytja-archive%2FgTTS-wrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mytja-archive%2FgTTS-wrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mytja-archive","download_url":"https://codeload.github.com/mytja-archive/gTTS-wrapper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235173147,"owners_count":18947449,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gtts","gtts-wrapper","library","python","python2","python27","python3","talkey-library","transition","wrapper"],"created_at":"2024-09-24T19:23:29.810Z","updated_at":"2025-10-03T18:30:44.790Z","avatar_url":"https://github.com/mytja-archive.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gTTS-wrapper\ngTTS wrapper for Easy transition from Talkey library\n\n# Note\nAs of 28.1.2020, this library is unmaintained, archived and retired. It will not recieve any updates.\n\n# How to do it\nInclude this library in same folder as your code.\n\nDownload gTTS and PyGame with pip:\n```\npip install gtts\npip install PyGame\n```\n\nThen, if you have code like this\n```\nimport talkey\ntts = talkey.Talkey()\ntts.say('Old McDonald had a farm')\n```\n\nYou have to change it to this:\n```\nimport gTTSwrapper as tts\ntts.say('Old McDonald had a farm')\n```\n\nIt is easy, you have to change only 2 lines of code. This makes it super simple for easy (simple) transition from Talkey library, if you are interested, what's better.\n\nYou get also a lot of options, like language or slow tts:\n```\nimport gTTSwrapper as tts\ntts.say('Old McDonald had a farm', language=\"en\", slow=True)\n```\n\nBut for more details, check this links:\n- https://github.com/grigi/talkey\n- https://github.com/pndurette/gTTS\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmytja-archive%2Fgtts-wrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmytja-archive%2Fgtts-wrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmytja-archive%2Fgtts-wrapper/lists"}