A GUI application to play PDF in audio
Python3.x
all steps to run this code only for linux
sudo apt install python3
git clone https://github.com/dv8081/Pdf-to-audio-gui.git
cd Pdf-to-audio-gui
pip install -r requirements.txt
python3 Pdf-to-audio-gui.py
All steps to run this code only for windows
git clone https://github.com/dv8081/Pdf-to-audio-gui.git or download it from my github page.
cd Pdf-to-audio-gui
pip install -r requirements.txt
python Pdf-to-audio-gui.py