Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Speaking Wikipedia

This tool enables users to convert summaries of Wikipedia pages into a speaking version.

Prerequisites

In order to use the script, you need to have the following modules installed:

  • pyttsx3
  • wikipedia

For Mac/Linux users, you can use pip to install these modules like this:

pip3 install pyttsx3
pip3 install wikipedia

For Windows users, you can use the pip command like this:

pip install pyttsx3
pip install wikipedia

How to run the script

To run the script, you can open up a terminal or command prompt window, navigate to the directory where the script is located, and then type python speaking_wikipedia.py or python3 speaking_wikipedia.py in order to run it.

Author

Yam Timor