Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 250 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 250 Bytes

Shadowtalk

A python script to change the format of docx exported from Google Doc to a SR format.

$ python3 sr6_cgl input.docx output.docx

The only required dependencies is the 'docx' module for python:

$ dnf install -y python3-docx