Skip to content

A python script that converts text in a markdown file into an audio file

Notifications You must be signed in to change notification settings

snowyTheHamster/py_text_to_audio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Text to Audio

Convert text in a markdown file into an audio file.

installation

install the required apps & modules

apt install mpg123
pip install gTTS
pip install beautifulsoup4
pip install markdown

or

pip install -r requirements.txt

how to use

  • prepare a md file in the scripts_original folder.

  • update filename in run.py.

to run:

python run.py

The audio file will be saved in the output_audio folder.

The system will also play the audio file.

About

A python script that converts text in a markdown file into an audio file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages