Skip to content

nuwandavek/dhwani

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dhwani

Create audio recordings of blog posts (generated html files).

Usage

python dhwani/dhwani.py -h
usage: dhwani.py [-h] --html-loc HTML_LOC [--audio-script-loc AUDIO_SCRIPT_LOC]
                 [--audio-loc AUDIO_LOC]
                 {script,audio}

Generate an audio-script and audio file from a blog post

positional arguments:
  {script,audio}        generation mode [script, audio]

optional arguments:
  -h, --help            show this help message and exit
  --html-loc HTML_LOC   location of the html file
  --audio-script-loc AUDIO_SCRIPT_LOC
                        location of audio scripts
  --audio-loc AUDIO_LOC
                        location of generated audio files

Example

python dhwani/dhwani.py audio --html-loc <path-to-html-file/hugo post dir> --audio-script-loc static/audio_scripts --audio-loc static/audios

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published