Skip to content

ZhiFenBL/Wattpad_Downloader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wattpad Downloader

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

Usage:

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%