Files
transcribble/README.md

653 B

Transcribble

A scribble of a python script for audio transcription.

Setup

  1. Install ffmpeg
  2. Install python
  3. 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 RemoteSigned once, then try activation again.
  • Windows (cmd.exe): .venv\Scripts\activate.bat
  1. Build & Install: pip install -e .

Usage

transcribble --help