/kemono-party-downloader

a downloader for kemonoparty

Primary LanguagePython

Steps

run from source

  1. to run the program from source
  2. install the requirements with pip install -r requirements.txt
  3. run python3 gui.py

compile from source

  1. install the requirements with pip install -r requirements.txt
  2. run the command pyinstaller --noconfirm --onefile --windowed --icon ".\favicon.ico" --name "kemonodl" ".\gui.py"