A downloader for SankakuComplex images written in python.
To use the program simply download the latest release for your operating system and run it.
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.
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
If you want to help with this project contact me or do a pull request.
- Federico Capece - UI and backend - fc-dev
See also the list of contributors who participated in this project.
This project is licensed under the GPL3 License - see the LICENSE file for details