Download

Tip Me via PayPal Tip Me via Bitcoin

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

Hashes to verify the files authenticity (SHA256 sum):

Windows:

pyTranscriber-1.9-win-installer.exe - ad4583ba9e7a7ffc20b1c8489a1d8c59c90fe693f4330b93d15647ae3c66bef9 pyTranscriber-v1.9-win-portable.zip - e65f329bc59cf89f643466f15f96efa5e423356ddd11e63379c7fa71de80ac41

MacOS

pyTranscriber-v1.9-mac.zip - ca0a4c5a41561b94034156f0bdff6e4388d66d01bf0f8455e4451f80c87e55e4

Linux

pyTranscriber-v1.9-linux-portable.zip - f76cdda1ca24868b5a7d5aeeee4a1763d455e033c4a16822b5782505d738b797 pyTranscriber-v1.9-linux-installer.zip - 29f0ec7ad46b0f6328258cad8ce4ce977842f73ca2e98e3bc92b9cc37b661ded pyTranscriber-v1.9-linux-libc2.31-installer.zip - 6411c38eac98fb3a4b035cd99d7f73fa61375f66426ce0c5ffd7ceee7bf184b6 pyTranscriber-v1.9-linux-libc2.31-portable.zip - 3bf3155c026eaa24138fada830d673cb4332216e51fcb24c7c6a3d6aac23e341


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...