Tired of losing live captions on Windows? This is a simple tool to save the content of live captions!
You can download the latest version from the Releases page.
Important
Note on Antivirus Alerts: If you encounter a malware warning for the .exe file, it is likely a false positive due to the lack of a digital signature. If you worry about this, try option 2 as follows.
If you prefer to run the code directly, follow these steps in your bash/PowerShell/cmd:
- Clone this repo:
git clone https://github.com/LiveCaptionsHelper/SaveLiveCaptions.git
- Install dependencies:
pip install -r requirements.txt
- Run the tool:
python src/main.py
- Save live captions to a text file.
- Minimalist floating dashboard.
- Customizable save location.
- Before you open this application, make sure you already open the live captions on Windows (or it will exit automatically). Then double click the
SaveLiveCaptions.exe. A small dashboard will appear in the top-left corner of your screen. You can drag the background to move this window.
-
The ● (Circle) button is "start to save captions" and the ■ (Square) button is "stop and exit the application".
-
Start saving: When you click the circle button, a file dialog will open to choose a save location. If you don't choose the direction, the default location is
~/Documents/captions. -
Stop and exit: When you click the square button, it stops and exit the application. You can find your captions file
YYYY-MM-DD_HH-MM-SS_captions.txtin the chosen location like following.
This project is licensed under the MIT License.

