2026-05-28 20:54:09 -05:00
2026-05-23 17:08:55 -05:00
2026-05-28 20:54:09 -05:00
2026-05-23 20:38:35 -05:00
2026-05-28 20:54:09 -05:00
2026-05-23 20:38:28 -05:00

Transcribble

A scribble of a python script for audio transcription

Setup

  1. Install python
  2. 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. Install dependences: pip install -r requirements.txt
Description
Simple audio transcription tool
Readme 41 KiB
Languages
Python 100%