cac2b1405289947df7ab7c0dedf68530eb7fd337
Transcribble
A scribble of a python script for audio transcription.
Setup
- Install python
- Set up a virtual environment (optional)
python -m venv .venv- POSIX:
. .venv/bin/activate - Windows (PowerShell):
.venv\Scripts\Activate.ps1- If PowerShell refuses with “running scripts is disabled on this system,” run
Set-ExecutionPolicy -Scope CurrentUser RemoteSignedonce, then try activation again.
- If PowerShell refuses with “running scripts is disabled on this system,” run
- Windows (cmd.exe):
.venv\Scripts\activate.bat
- Build & Install:
pip install -e .
Usage
transcribble --help
Description
Languages
Python
100%