Skip to content

celedev97/Sankaku-Downloader-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sankaku-Downloader

A downloader for SankakuComplex images written in python.

Running the program

To use the program simply download the latest release for your operating system and run it.

Prerequisites

To run the program directly from source you need python (3.7.4) installed, but if you download a release it's already bundled with python so you don't need to download it.

Building

If you want to make bundle the program with pyinstaller after making some modifications simply run this command from a terminal.

pyinstaller --onefile main.spec

Contributing

If you want to help with this project contact me or do a pull request.

Authors

  • Federico Capece - UI and backend - fc-dev

See also the list of contributors who participated in this project.

License

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