This python script provides a GUI interface to download stories from wattpad.
A lot of stuff in this is from https://github.com/TheOnlyWayUp/WattpadDownloader
Using a virtual environment is recommended (optional):
mkdir venv
python3 -m venv venv
source venv/bin/activate
Install dependencies:
pip install -r requirements.txt
NOTE: Depending on your platform, you might need to manually install tk.
Run script:
python3 src/main.py