LCYLYM / kemono-party-downloader

a downloader for kemonoparty

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

About

a downloader for kemonoparty


Languages

Language:Python 100.0%