Skip to content

br4cket/google-drive-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Google Drive Downloader

This is a simple python script to download files from google drive. It can be used on any platform as long as it has,

  • Python
  • Python Modules (gdown, re)

Requirements

You must have python installed on your computer. To install the module, run the following command:

pip install gdown

Working

To run the code, cd into the src directory. Then run the main file,

python main.py

To-Do

  • Optimization to download folders from google drive.
  • Create GUI to make the the work easier.

Releases

No releases published

Packages

No packages published

Languages