To run the script, create a virtual environment and install dependencies
python3 -m venv venv
Unix
source venv/bin/activate
Win
venv\Scripts\activate
pip install -r requirements.txt
python main.py
You need to edit the if __name__ == '__main__'
part:
if __name__ == '__main__':
main('YOUR BOOK NAME',
['LIST OF AUDIO SAMPLES'])