Skip to content

utidevel/Kemono-and-Coomer-Downloader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a fork of https://github.com/e43b/Kemono-and-Coomer-Downloader

How to run

Install Python on Windows

This tutorial will guide you through the installation of Python on both Windows

Step 1: Download Python Installer

  1. Visit the official Python website.
  2. Under the "Downloads" section, click on "Download Python X.X.X" (where X.X.X is the latest version).

Step 2: Run the Installer

  1. Once the installer is downloaded, double-click the file to start the installation process.
  2. In the installer window:
    • Important: Check the box that says "Add Python to PATH" before clicking "Install Now".
  3. Click "Install Now". The installer will begin installing Python, and once done, it will show a success message.

Step 3: Verify Installation

  1. Open Command Prompt (press Win + R, type cmd, and press Enter).
  2. Type the following command to check the installed Python version:
    python --version
    

Install Python on Linux

You know how. I'm sure.

Clone the repo

git clone https://github.com/utidevel/Kemono-and-Coomer-Downloader.git enter the folder

Create python environment (windows / linux)

python -m venv venv

Activate environment Windows

venv/bin/activate.bat

Linux

source venv/bin/activate

Install packages

pip install -r requirements.txt

Run program

python Codeen.py

Enjoy

Mode Documentation to come.

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%