Skip to content

Instantly share code, notes, and snippets.

View megat69's full-sized avatar
💻
Creating my own programming language !

TheAssassin megat69

💻
Creating my own programming language !
View GitHub Profile
@megat69
megat69 / README.md
Last active April 15, 2021 15:18
Multiple files downloader from URL

Multiple files downloader from URL

Requirements

Please install the libraries requests and tqdm first.

A version without TQDM (the progress bars library) is also available. This version will use prints instead, and is less nice for the user.

Instructions

Run this file from the command prompt

@megat69
megat69 / README.md
Last active May 21, 2024 07:42
Download GitHub repository

Repository downloader

This Python script allows you to download a public GitHub repository extremely quickly.

Usage

download_repo()

This function is the function that will download the repository.

Parameters

URL

This is required parameter.