This is a fork of https://github.com/e43b/Kemono-and-Coomer-Downloader
This tutorial will guide you through the installation of Python on both Windows
- Visit the official Python website.
- Under the "Downloads" section, click on "Download Python X.X.X" (where X.X.X is the latest version).
- Once the installer is downloaded, double-click the file to start the installation process.
- In the installer window:
- Important: Check the box that says "Add Python to PATH" before clicking "Install Now".
- Click "Install Now". The installer will begin installing Python, and once done, it will show a success message.
- Open Command Prompt (press
Win + R
, typecmd
, and press Enter). - Type the following command to check the installed Python version:
python --version
You know how. I'm sure.
git clone https://github.com/utidevel/Kemono-and-Coomer-Downloader.git enter the folder
python -m venv venv
venv/bin/activate.bat
source venv/bin/activate
pip install -r requirements.txt
python Codeen.py
Mode Documentation to come.