Download

Tip Me via PayPal Tip Me via Bitcoin Tip Me via Ethereum Tip Me via Litecoin Tip Me via BNB Tip Me via Dogecoin

pyTranscriber is developed as a hobby and is available for free, but donations are welcomed and essential for further improvements.

Your donations will help me free up my time to do more direct work on pyTranscriber. If I can generate more income from sponsorship here, I can take time out of other jobs and commit more time to work on bug fixes, add new features, and make new releases, like possible future integration with Mozilla Deep Speech engine, which may improve accuracy and control over the speech detection.

ko-fi

For users living where Google Services are blocked:

For users in mainland China or other places where Google is blocked The app will show a failure to connect to the internet message… meaning Google Servers. You need to install a desktop VPN app like Windscribe to bypass the blockage and be able to use pyTranscriber. 对于中国大陆或其他谷歌被屏蔽的地方的用户 该应用程序将显示连接到互联网消息失败…意思是谷歌服务器。 您需要使用代理服务并在 pytranscriber 设置 > 代理中进行设置,或者安装桌面 VPN 应用程序(如 Windscribe)绕过阻塞并能够使用 pyTranscriber。

21/12/2022 - New stable version 1.9!

  1. Windows/Linux version compiled with Nuitka (https://github.com/Nuitka/Nuitka) instead of pyInstaller to improve stability and fix random crashes while transcribing audio. If you still experience issues please report at Issues section.
  2. Support for Ogg/ogv/mkv/webm media files on file selector

17/08/2022 - New stable version 1.8!!

  1. Fixed bug: language codes for Chinese Languages updated accordingly to Speech API. Changed to “cmn-Hans-CN” and “cmn-Hant-TW” instead of “zh / zh-TW”).. The output was always mistakenly coming in Cantonese (yue-Hant-HK). Now they come properly in Traditional Chinese and Simplified Chinese. Thanks to “Specter Hi” for reporting!
  2. Added GUI language switch feature
  3. Updated link to funding campaign at GitHub Sponsors

15/08/2022 - New stable version 1.7!!!

  1. add proxy setting
  2. add requirements.txt
  3. rebuilt using pyInstaller 5.3 - more stability to prevent multithreading crashes on Windows
  4. Added pipfile


Windows


Windows 7 - If you had trouble using the latest version on Win 7 try this one…


Mac


As the app is not downloaded from the AppStore, it may be necessary to allow it to run manually at System Preferences > Security and Privacy

FOR macOS CATALINA AND ABOVE: Open a Terminal and type the following command to add an exception allowing the app to run:

xattr -cr Downloads/pyTranscriber.app

Linux

For latest distros with GLIBC version 2.35 or higher download

For older distros or GLIBC version < 2.35 (incompatible with GNOME 40+)

License

This app and its usage are licensed under GPL v3 license.

Recent posts

Release V1.9

less than 1 minute read

22/12/2022 - v1.9 1. Windows/Linux version compiled with Nuitka (https://github.com/Nuitka/Nuitka) instead of pyInstaller to improve stability and fix rando...

Release V1.8

less than 1 minute read

17/08/2022 - v1.8 1. Fixed bug: language codes for Chinese Languages updated accordingly to Speech API. Changed to “cmn-Hans-CN” and “cmn-Hant-TW” instead o...

Release V1.7

less than 1 minute read

08/08/2022 - v1.7 1. add proxy setting 2. change the function ‘pytranscriber.util.MyUtil.is_internet_connected’ 3. add requirements.txt 4. rebuilt using pyI...

Release V1.5

less than 1 minute read

07/12/2020 - v1.5 * Since v1.4.1 COMPATIBLE WITH MACOS CATALINA. * Upgraded to latest Python and libraries * Minor GUI tweaks and fixes. 06/12/2020 - v1.4....

Release V1.4

less than 1 minute read

29/01/2020 - v1.4: * Fixed crash when exporting txt file for languages with special characters, specially chinese, on Windows system. Thanks for KY Poon for ...

Release V1.3

less than 1 minute read

18/10/2019 - v1.3: * Added option for not opening output transcription files automatically after finish * Fixed bug with canceling during batch processing (o...