Google Sheet轉錄音稿程式
開「終端機」,輸入:
git clone https://github.com/i3thuan5/Patas.git
cd Patas
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
從Google Sheet下載錄音稿,假設下載後檔名是1-465|D-TL01-005.xlsx
cd Patas
source venv/bin/activate
python truku.py ~/Downloads/1-465|D-TL01-005.xlsx
執行完會產生1-465|D-TL01-005.xlsx.txt
檔案。
從Google Sheet下載錄音稿,假設下載後檔名是D-PV01|1~534 (C-PL002).xlsx
cd Patas
source venv/bin/activate
python pangcah.py ~/Downloads/D-PV01|1\~534\ \(C-PL002\).xlsx
執行完會產生D-PV01|1~534 (C-PL002).xlsx.txt
檔案。