Ghosty-Tongue / Coolmath-Games-Downloader

A Python script to download games from Coolmath Games.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coolmath Games Downloader

A Python script to download games from Coolmath Games.

Features

  • Retrieve the game path URL from Coolmath Games.
  • Download game files (ZIP or SWF) with a progress bar.
  • Option to enable/disable file download.

Usage

  1. Install the required dependencies:

    pip install -r requirements.txt
  2. Run the script:

    main.py
  3. Follow the prompts to enter the game name and choose whether to download the game file.

Dependencies

  • Requests - HTTP library for making requests.
  • tqdm - Fast, extensible progress bar for loops and CLI.

License

This project is licensed under the MIT License.

Feel free to contribute or report issues!

About

A Python script to download games from Coolmath Games.

License:MIT License


Languages

Language:Python 100.0%