Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.01 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.01 KB

WuxiaDownloader

Small program created to download wuxia novels from wuxiaworld and save them as handy epub files. When your favorite wuxia is updated you can easliy update your epub by opening file("File>Open epub file" or drag&drop) and clicking "update" button.

Screen

Dependencies

For program to compile you need following libraries:

Creating single executable file

Executable files can be created using pyinstaller There is pyinstaller's .spec file in main catalogue ("WuxiaDownloader.spec") configured to export program to single executable file. It was tested on:

  • MacOS
  • Windows 10
  • Ubuntu 16.04

License

This project is licensed under the MIT License - see the LICENSE file for details