Transform any Wikipedia article into an MP3
Project description
wiktrola
Transform any Wikipedia page into an MP3 file!
Installing the bot
To install the bot there are a few simple steps:
Ubuntu Linux
The following instructions are based on Windows WSL2 and Ubuntu however any flavour of Linux will work with possibly slightly different commands.
Confirm Python 3 is installed
$ python3 -V
Python 3.9.10
Create and activate a virtual environment
$ sudo apt install python3-venv
$ python3 -m venv wiktrola
$ source wiktrola/bin/activate
(wiktrola)$
Install the bot
(message_room)$pip install wiktrola
Windows
Download Python
Create and activate a virtual environment
C:\>python3 -m venv wiktrola
C:\>wiktrola\Scripts\activate
(wiktrola) C:\>
Install the requirements
(message_room)$pip install wiktrola
Using the bot
Run the bot as an interactive session
(wiktrola)$ wiktrola
The form questions:
Question 1 - What is the title of the Wikipedia page you want to convert?
The bot will then display all Wikipeida pages related to that title.
If your title matches a page in the list, the bot will then create an audio file for that page.
Be patient as the bot may take a while to create the audio file.
The audio file will open in your browser
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
wiktrola-1.0.2.tar.gz
(15.3 kB
view hashes)
Built Distribution
wiktrola-1.0.2-py3-none-any.whl
(15.9 kB
view hashes)