-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
116b8b3
commit 7c7c1a7
Showing
8 changed files
with
36 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '1.03' | ||
__version__ = '2.10' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,20 @@ | ||
Metadata-Version: 2.1 | ||
Name: vttformatter | ||
Version: 1.3 | ||
Version: 2.10 | ||
Summary: WEBVTT to text converter | ||
Home-page: https://github.com/georgiewellock/VTT_formatter | ||
Author: Georgina L. Wellock | ||
Author-email: [email protected] | ||
License: MIT | ||
Download-URL: https://github.com/georgiewellock/VTT_formatter/archive/1.03.tar.gz | ||
Download-URL: https://github.com/georgiewellock/VTT_formatter/archive/2.10.tar.gz | ||
Description: # VttFormatter | ||
|
||
Converts WEBVTT files into text removing timestamps and identifiers and formatting the text into paragraphs. | ||
|
||
`VTT_formatter` is a python package that can be executed using python in the command line or through an interface such as a [Jupyter Notebook](https://jupyter-notebook-beginner-guide.readthedocs.io/en/latest/what_is_jupyter.html) either locally on a machine or using [Azure Notebooks](https://notebooks.azure.com/#). | ||
|
||
Full instructions on using `VTT_formatter` in a Jupyter Notebook, on either Azure Notebooks, or locally using Anaconda can be found on the [wiki](https://github.com/georgiewellock/VTT_formatter/wiki/VTT_formatter-using-Jupyter-Notebooks). | ||
|
||
## Example Input/Output | ||
|
||
### Input | ||
|
@@ -76,6 +80,13 @@ Description: # VttFormatter | |
it is crackling. It will still be recording the audio. | ||
``` | ||
|
||
## Simple useage | ||
|
||
The screenshot belows shows the simple implementation of the VTT formatter in a jupyter notebook. This will read in the file defined and create a new `.txt` file in the same directory as the original. | ||
<img src="https://github.com/georgiewellock/VTT_formatter/blob/master//figures/example_usage.png"/> | ||
|
||
Further information can be found in the notebook [here](https://github.com/georgiewellock/VTT_formatter/blob/master/VTT_formatter.ipynb) | ||
|
||
## Installation | ||
|
||
The simplest way to install this vttformatter is to use `pip` to install from [PyPI](https://pypi.org/project/vttformatter/) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters