Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scottdillman/srt2docx

Convert srt files to tables and save as docx
https://github.com/scottdillman/srt2docx

docx-generator python3 srt-subtitles

Last synced: 15 days ago
JSON representation

Convert srt files to tables and save as docx

Awesome Lists containing this project

README

        





Logo

smile


srt2docx

Convert srt files to tables in docx

example01

This assumes you have a bash environment.

### Installation
- Run `make setup`, to initialise environment and create the vitual python environment
- Source the init script `source source-me`, to activate the python environment

### Running
- Copy `srt2docx_settings_example.yaml` to `srt2docx_settings.yaml` and add your preferences.
- Go to directory with input files.
- execute the script `srt2docx` with the full path, or if you source the `source-me` file it will get added to your path and you can just use `srt2docx` without the path.

### Watermarks
If you want to use or change the watermark, put the file in the assets directory, and put the file name in the yaml.
The script will look in the assets directory for all images.

After a sucessful run you should have docx files that share the same base name with the input files except with a `.docx` extension. Errors should be reported to std out.

>Any questions or comments [Scott Dillman](mailto:[email protected])

Licensed under MIT.