Metadata-Version: 2.1
Name: VocaScribe
Version: 0.1.0
Summary: A very simple tool to transcribe audio files to text.
Home-page: https://github.com/ofalltrades/VocaScribe
Author: Jake Johnson
Author-email: 
Project-URL: Issues, https://github.com/ofalltrades/VocaScribe/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: build ~=1.2.2.post1
Requires-Dist: SpeechRecognition ~=3.11.0
Requires-Dist: gTTS ~=2.5.3
Requires-Dist: pydub ~=0.25.1
Requires-Dist: ffmpeg ~=1.4
Requires-Dist: installer ~=0.7.0

## VocaScribe

This is a very simple cli scripted for transcribing voice to text.

Installation

```
$ pip install VocaScribe

# If you want it direct
$ pip install git+https://github.com/ofalltrades/VocaScribe.git@v0.1

# If cloned
$ python -m build
$ python -m installer dist/vocascribe.wh1
```

Usage

```
$ vscribe my_audio.mp3 # Can handle different types of audio files: mp3, wav, etc.
```
